Updated Nubian to run in a docker composition

This commit is contained in:
Dunemask 2021-07-24 19:05:16 -06:00
parent ea2cefb8f3
commit 9b964af050
5 changed files with 10 additions and 6 deletions

View file

@ -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"
}
}