Skip to content

Commit

Permalink
Merge pull request #212 from fractaledmind/patch-1
Browse files Browse the repository at this point in the history
Document how to prepare the new cache database
  • Loading branch information
dhh authored Sep 5, 2024
2 parents 5265df7 + 1134e13 commit 0ccb4c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ production:
migrations_paths: db/cache_migrate
```
Then run `db:prepare` in production to ensure the database is created and the schema is loaded.

## Configuration

Configuration will be read from `config/solid_cache.yml`. You can change the location of the config file by setting the `SOLID_CACHE_CONFIG` env variable.
Expand Down

0 comments on commit 0ccb4c6

Please sign in to comment.