init
This commit is contained in:
13
context/index.js
Normal file
13
context/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const config = require('./config')
|
||||
const jabber = require('../lib/mssql')
|
||||
|
||||
module.exports = {
|
||||
config,
|
||||
jabber,
|
||||
values: {
|
||||
//
|
||||
// Cached values can be stored
|
||||
// here
|
||||
//
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user