mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore: add redis envs to .env.local.example
This commit is contained in:
parent
feb2200db4
commit
0305eab706
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ DB_PORT=5432
|
|||
DB_USERNAME=coolify
|
||||
DB_PASSWORD=password
|
||||
|
||||
REDIS_USERNAME=coolify
|
||||
REDIS_PASSWORD=password
|
||||
|
||||
RAY_ENABLED=true
|
||||
# RAY_PORT=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue