Files
Bubberstation/tools/LinuxOneShot/TGS_Config/appsettings.Production.json
Jordan Brown 586bc81b4a Rage hack for starting an auto updating /tg/ tgs4 docker instance with the db preconfigured (#51108)
* 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
2020-05-25 02:14:34 +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"
}
}
}
}