Files
coolify/.env.development.example
T

35 lines
639 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
2026-01-04 14:33:11 +01:00
APP_NAME=Coolify
2024-09-02 09:53:09 +02:00
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
2024-09-17 14:35:08 +02:00
SSH_MUX_ENABLED=true
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
# RAY_PORT=
2024-09-11 15:10:25 +02:00
# 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=