mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(server) config
This commit is contained in:
parent
f9bdcf825b
commit
a59946d770
1 changed files with 3 additions and 3 deletions
|
|
@ -34,9 +34,9 @@
|
|||
'0.0.0.0',
|
||||
|
||||
expressApp = express.getApp([middle], {
|
||||
auth : config.auth,
|
||||
username: config.username,
|
||||
password: config.password
|
||||
auth : config('auth'),
|
||||
username: config('username'),
|
||||
password: config('password')
|
||||
});
|
||||
|
||||
if (expressApp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue