Updated Nubian to run in a docker composition
This commit is contained in:
parent
ea2cefb8f3
commit
9b964af050
5 changed files with 10 additions and 6 deletions
|
@ -10,11 +10,11 @@
|
|||
"ZipDownloadExpire": 720000
|
||||
},
|
||||
"Server": {
|
||||
"Port": 4000,
|
||||
"Port": 52001,
|
||||
"Debug": false,
|
||||
"BodyLimit": "5mb",
|
||||
"ZipRemovalInterval": 1800000,
|
||||
"jwtHeader": "authorization",
|
||||
"authServer": "http://localhost:4001/api/user/data"
|
||||
"authServer": "http://cairo.dunestorm.net:52000/api/user/data"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue