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