mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Update CHANGELOG.md
This commit is contained in:
parent
584d08da7b
commit
5705eafacf
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue