whole new conf/setup method

This commit is contained in:
les
2021-09-27 10:42:17 +02:00
parent cab2137d1c
commit ea33a8ce88
19 changed files with 185 additions and 403 deletions

View File

@@ -1,5 +1,3 @@
const conf = require('config')
module.exports = {
telemetry: false,
modern: (process.env.NODE_ENV === 'production') && 'client',
@@ -15,8 +13,6 @@ module.exports = {
},
dev: (process.env.NODE_ENV !== 'production'),
server: conf.server,
/*
** Customize the progress-bar color
*/