Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37d8bf3

Browse files
committed
fix(server): install server not loading correctly
1 parentaa435a0 commit37d8bf3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎app.js‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ checkForOldConfig()
5858
constconfigExists=fs.existsSync(configFile)
5959

6060
functionlaunchInstallServer(){
61+
// Load the defaults for the install server
62+
nconf.defaults({
63+
tokens:{
64+
secret:chance.hash()+chance.md5()
65+
}
66+
})
67+
6168
constws=require('./src/webserver')
6269
ws.installServer(function(){
6370
returnwinston.info('Trudesk Install Server Running...')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp