2024-09-02 07:53:09 +00:00
|
|
|
# Coolify Configuration
|
2024-08-30 11:31:52 +00:00
|
|
|
APP_ENV=local
|
2026-01-04 13:33:11 +00:00
|
|
|
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
|
|
|
|
|
|
2024-09-06 08:21:23 +00:00
|
|
|
# Ray Configuration
|
|
|
|
|
# Set to true to enable Ray
|
2024-09-06 08:21:02 +00:00
|
|
|
RAY_ENABLED=false
|
2024-09-06 08:21:23 +00:00
|
|
|
# Set custom ray port
|
2024-09-20 22:20:01 +00:00
|
|
|
# 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=
|