Files
GS13NG/tools/LinuxOneShot/TGS_Config/appsettings.Production.json
2021-01-31 10:47:25 +08:00

30 lines
515 B
JSON

{
"Database": {
"DatabaseType": "MariaDB",
"ResetAdminPassword": false
},
"General": {
"MinimumPasswordLength": 15,
"GitHubAccessToken": "",
"ByondTopicTimeout": 5000,
"RestartTimeout": 10000,
"UseExperimentalWatchdog": false
},
"FileLogging": {
"Directory": "/tgs_logs",
"LogLevel": "Debug"
},
"ControlPanel": {
"Enable": true,
"AllowAnyOrigin": false,
"AllowedOrigins": null
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:80"
}
}
}
}