Update CHANGELOG.md

This commit is contained in:
Eugene Burmakin 2025-05-31 14:20:24 +02:00
parent 584d08da7b
commit 5705eafacf

View file

@ -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