Fix database paths from solid-cache install (#35)

Reviewed-on: #35
This commit is contained in:
Andrew Tomaka 2024-09-08 21:54:00 -04:00
parent 0a25c2ae9a
commit eaa1846d42

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