Update .env.development.example

This commit is contained in:
peaklabs-dev
2024-09-17 14:35:08 +02:00
parent bdc0fc87f0
commit 4ac2758d70

View File

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