different default DB name for breaking_changes DB to avoid overlap
This commit is contained in:
parent
6455dc3ffc
commit
35285609e0
|
@ -40,7 +40,7 @@ app.config["WAITRESS_THREADS"] = 10
|
||||||
# a default that just works. archipelago.gg runs on mariadb
|
# a default that just works. archipelago.gg runs on mariadb
|
||||||
app.config["PONY"] = {
|
app.config["PONY"] = {
|
||||||
'provider': 'sqlite',
|
'provider': 'sqlite',
|
||||||
'filename': os.path.abspath('db.db3'),
|
'filename': os.path.abspath('ap.db3'),
|
||||||
'create_db': True
|
'create_db': True
|
||||||
}
|
}
|
||||||
app.config["MAX_ROLL"] = 20
|
app.config["MAX_ROLL"] = 20
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
theme: jekyll-theme-slate
|
|
Loading…
Reference in New Issue