Files
coolify/.env.development.example
T

39 lines
732 B
Bash
Raw Normal View History

2024-09-02 09:53:09 +02:00
# Coolify Configuration
2024-08-30 13:31:52 +02:00
APP_ENV=local
2024-09-02 09:53:09 +02:00
APP_NAME="Coolify Development"
APP_ID=development
2023-03-17 15:33:48 +01:00
APP_KEY=
2023-06-12 17:49:11 +02:00
APP_URL=http://localhost
2023-03-27 20:10:10 +02:00
APP_PORT=8000
2024-09-02 09:53:09 +02:00
APP_DEBUG=true
SSH_MUX_ENABLED=false
2023-04-12 22:19:03 +02:00
2024-09-02 09:53:09 +02:00
# PostgreSQL Database Configuration
DB_DATABASE=coolify
DB_USERNAME=coolify
DB_PASSWORD=password
DB_HOST=host.docker.internal
DB_PORT=5432
# Ray Configuration
# Set to true to enable Ray
RAY_ENABLED=false
# Set custom ray port
2024-09-02 09:53:09 +02:00
RAY_PORT=
2024-09-11 15:10:25 +02:00
# Clockwork Configuration
CLOCKWORK_ENABLED=false
CLOCKWORK_QUEUE_COLLECT=true
# Enable Laravel Telescope for debugging
TELESCOPE_ENABLED=false
# Selenium Driver URL for Dusk
DUSK_DRIVER_URL=http://selenium:4444
2024-09-02 09:53:09 +02:00
# Special Keys for Andras
# For cache purging
2023-08-17 16:20:27 +02:00
BUNNY_API_KEY=
2024-09-02 09:53:09 +02:00
# For asset uploads
2023-08-17 16:20:27 +02:00
BUNNY_STORAGE_API_KEY=