Files

51 lines
1.1 KiB
Bash
Raw Permalink 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
# Read/write replicas (optional). Set DB_READ_HOST to enable the read/write split.
# Hosts may be comma-separated. Port/username/password fall back to DB_* when unset.
# DB_READ_HOST=replica1,replica2
# DB_READ_PORT=5432
# DB_READ_USERNAME=coolify
# DB_READ_PASSWORD=
# DB_WRITE_HOST=
# DB_WRITE_PORT=5432
# DB_WRITE_USERNAME=coolify
# DB_WRITE_PASSWORD=
# DB_STICKY=true
# 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
# Enable Laravel Nightwatch monitoring
NIGHTWATCH_ENABLED=false
NIGHTWATCH_TOKEN=
2024-09-11 15:10:25 +02:00
# 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=