Files
Bubberstation/tools/LinuxOneShot/TGS_Config/appsettings.Production.json
2021-01-18 07:42:54 +01:00

23 lines
427 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
}
}