Fix database paths from solid-cache install #35
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue