mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
started dbal
This commit is contained in:
6
src/database.js
Normal file
6
src/database.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
var nconf = require('nconf');
|
||||
db = require('./databases/' + nconf.get('database'));
|
||||
|
||||
module.exports = db;
|
||||
Reference in New Issue
Block a user