We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa435a0 commit 37d8bf3Copy full SHA for 37d8bf3
app.js
@@ -58,6 +58,13 @@ checkForOldConfig()
58
const configExists = fs.existsSync(configFile)
59
60
function launchInstallServer () {
61
+ // Load the defaults for the install server
62
+ nconf.defaults({
63
+ tokens: {
64
+ secret: chance.hash() + chance.md5()
65
+ }
66
+ })
67
+
68
const ws = require('./src/webserver')
69
ws.installServer(function () {
70
return winston.info('Trudesk Install Server Running...')
0 commit comments