This commit is contained in:
lesion
2019-06-08 14:25:33 +02:00
parent 96acf79123
commit 26ab25efe8
11 changed files with 12 additions and 116 deletions

7
server/config.js Normal file
View File

@@ -0,0 +1,7 @@
const argv = require('yargs').argv
const path = require('path')
const config_path = path.resolve(argv.config || './config.js')
module.exports = require(config_path)