different default DB name for breaking_changes DB to avoid overlap

This commit is contained in:
Fabian Dill 2021-03-13 23:36:57 +01:00
parent 6455dc3ffc
commit 35285609e0
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@ app.config["WAITRESS_THREADS"] = 10
# a default that just works. archipelago.gg runs on mariadb
app.config["PONY"] = {
'provider': 'sqlite',
'filename': os.path.abspath('db.db3'),
'filename': os.path.abspath('ap.db3'),
'create_db': True
}
app.config["MAX_ROLL"] = 20

View File

@ -1 +0,0 @@
theme: jekyll-theme-slate