mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-23 03:36:42 +11:00
5 lines
98 B
Text
5 lines
98 B
Text
|
var path = require('path')
|
||
|
|
||
|
module.exports = {
|
||
|
'config': path.resolve('config/database.json'),
|
||
|
}
|