mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
* Mirror of tgstation's Common Build Tooling (#55373) * tgui 4.3 (#56080) Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
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
|
|
}
|
|
}
|