diff --git a/CHANGELOG.md b/CHANGELOG.md index b8701cd7..a807057a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,11 @@ This release introduces a new way to run background jobs and cache data. Before Moving to SolidQueue and SolidCache will require creating new databases, which will be created automatically when you start the app. If that didn't happen, you can create them manually and set the following environment variables: -- `QUEUE_DATABASE_NAME` - name of the queue database +- `QUEUE_DATABASE_NAME` - name of the queue database (default is `dawarich_development_queue`) - `QUEUE_DATABASE_PASSWORD` - password for the queue database -- `CACHE_DATABASE_NAME` - name of the cache database +- `CACHE_DATABASE_NAME` - name of the cache database (default is `dawarich_development_cache`) - `CACHE_DATABASE_PASSWORD` - password for the cache database -- `CABLE_DATABASE_NAME` - name of the cable database +- `CABLE_DATABASE_NAME` - name of the cable database (default is `dawarich_development_cable`) - `CABLE_DATABASE_PASSWORD` - password for the cable database