coolify/.env.development.example

32 lines
581 B
Plaintext
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
2023-10-06 20:45:35 +02:00
MUX_ENABLED=false
2023-04-12 22:19:03 +02:00
2024-09-02 09:53:09 +02:00
# Enable Laravel Telescope for debugging
TELESCOPE_ENABLED=false
# Selenium Driver URL for Dusk
2023-04-03 10:39:29 +02:00
DUSK_DRIVER_URL=http://selenium:4444
2023-08-17 16:20:27 +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
#Set custom ray port
RAY_PORT=
# 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=