mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 10:02:12 +00:00
* Rage code * Hrrm * Fix windows newlines * Utter insanity * This won't work as a post compile step * Why didn't I do this before? * Shouldn't be necessary * This could be it * Just move it here * Fixes * Readme updates * Readme * REAAAAD * Use envars * More env vars * typo * Fixes * REAAAD * Fix script * The missing link
30 lines
515 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|