From 5705eafacf16e304e8885d5a66ff962eefb61a08 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sat, 31 May 2025 14:20:24 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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