Update .env.development.example
This commit is contained in:
parent
bdc0fc87f0
commit
4ac2758d70
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ APP_KEY=
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
APP_PORT=8000
|
APP_PORT=8000
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
SSH_MUX_ENABLED=false
|
SSH_MUX_ENABLED=true
|
||||||
|
|
||||||
# PostgreSQL Database Configuration
|
# PostgreSQL Database Configuration
|
||||||
DB_DATABASE=coolify
|
DB_DATABASE=coolify
|
||||||
|
|
@ -21,7 +21,7 @@ RAY_ENABLED=false
|
||||||
# Set custom ray port
|
# Set custom ray port
|
||||||
RAY_PORT=
|
RAY_PORT=
|
||||||
|
|
||||||
# Clockwork Configuration
|
# Clockwork Configuration (remove?)
|
||||||
CLOCKWORK_ENABLED=false
|
CLOCKWORK_ENABLED=false
|
||||||
CLOCKWORK_QUEUE_COLLECT=true
|
CLOCKWORK_QUEUE_COLLECT=true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue