census update

This commit is contained in:
rootdarkarchon
2023-11-17 02:10:45 +01:00
parent b4105f3d01
commit a1e82bcdb6
7 changed files with 179 additions and 4 deletions

View File

@@ -29,8 +29,10 @@ services:
restart: on-failure
ports:
- 6000:6000/tcp
- 6050:6050/tcp
environment:
MareSynchronos__CdnFullUrl: "${DEV_MARE_CDNURL}"
MareSynchronos__XIVAPIKey: "${DEV_MARE_XIVAPIKEY}"
DOTNET_USE_POLLING_FILE_WATCHER: 1
volumes:
- ../config/standalone/server-standalone.json:/opt/MareSynchronosServer/appsettings.json

View File

@@ -44,7 +44,8 @@
"MaxGroupUserCount": 100,
"PurgeUnusedAccounts": false,
"PurgeUnusedAccountsPeriodInDays": 14,
"ExpectedClientVersion": "0.8.0"
"ExpectedClientVersion": "0.9.0",
"XIVAPIKey": ""
},
"AllowedHosts": "*",
"Kestrel": {