mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
different default DB name for breaking_changes DB to avoid overlap
This commit is contained in:
@@ -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
|
||||
|
@@ -1 +0,0 @@
|
||||
theme: jekyll-theme-slate
|
Reference in New Issue
Block a user