fix sqlite name for prod

This commit is contained in:
Evan Burkey 2025-01-27 10:21:09 -08:00
parent 71536d5479
commit db22f4a942

View File

@ -15,7 +15,7 @@ test:
production:
primary: &primary_production
<<: *default
database: db/test.sqlite3
database: db/prod.sqlite3
cache:
<<: *primary_production
database: db/gambo_cache.sqlite3