coolify/.env.development.example

35 lines
639 B
Text
Raw Normal View History

2024-09-02 07:53:09 +00:00
# Coolify Configuration
2024-08-30 11:31:52 +00:00
APP_ENV=local
APP_NAME=Coolify
2024-09-02 07:53:09 +00:00
APP_ID=development
2023-03-17 14:33:48 +00:00
APP_KEY=
2023-06-12 15:49:11 +00:00
APP_URL=http://localhost
2023-03-27 18:10:10 +00:00
APP_PORT=8000
2024-09-02 07:53:09 +00:00
APP_DEBUG=true
2024-09-17 12:35:08 +00:00
SSH_MUX_ENABLED=true
2023-04-12 20:19:03 +00:00
2024-09-02 07:53:09 +00: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
# RAY_PORT=
2024-09-11 13:10:25 +00:00
# Enable Laravel Telescope for debugging
TELESCOPE_ENABLED=false
# Selenium Driver URL for Dusk
DUSK_DRIVER_URL=http://selenium:4444
2024-09-02 07:53:09 +00:00
# Special Keys for Andras
# For cache purging
2023-08-17 14:20:27 +00:00
BUNNY_API_KEY=
2024-09-02 07:53:09 +00:00
# For asset uploads
2023-08-17 14:20:27 +00:00
BUNNY_STORAGE_API_KEY=