Fix database paths from solid-cache install #35

Merged
atomaka merged 1 commit from fix-database-paths into main 2024-09-08 21:54:00 -04:00
Showing only changes of commit ef0dab368a - Show all commits

View file

@ -29,8 +29,8 @@ test:
production: production:
primary: primary:
<<: *default <<: *default
database: storage/production.sqlite3 database: db/production.sqlite3
cache: cache:
<<: *default <<: *default
database: storage/production_cache.sqlite3 database: db/production_cache.sqlite3
migrations_paths: db/cache_migrate migrations_paths: db/cache_migrate