Update Webhost for generation on-site

uploads and tracker do not work yet
This commit is contained in:
Fabian Dill
2020-10-26 00:04:58 +01:00
parent 4de64eab84
commit 4dc84e1dac
6 changed files with 31 additions and 26 deletions

View File

@@ -48,6 +48,8 @@ app.config["PONY"] = {
app.config["MAX_ROLL"] = 20
app.config["CACHE_TYPE"] = "simple"
app.autoversion = True
app.config["HOSTNAME"] = "berserkermulti.world"
av = Autoversion(app)
cache = Cache(app)
Compress(app)