coolify/.env.development.example

32 lines
581 B
Plaintext
Raw Normal View History

2024-08-07 14:59:29 +02:00
# Coolify Configuration
2024-08-07 15:06:24 +02:00
APP_ENV=local
2024-08-26 22:31:19 +02:00
APP_NAME="Coolify Development"
2023-06-23 12:08:14 +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-08-07 15:06:24 +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-08-26 22:31:19 +02:00
# Enable Laravel Telescope for debugging
TELESCOPE_ENABLED=false
2024-08-07 14:59:29 +02:00
# 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-08-07 14:59:29 +02:00
# PostgreSQL Database Configuration
2024-08-07 21:02:53 +02:00
DB_DATABASE=coolify
2024-08-07 14:59:29 +02:00
DB_USERNAME=coolify
DB_PASSWORD=password
2024-08-26 22:31:19 +02:00
DB_HOST=host.docker.internal
2024-08-07 14:59:29 +02:00
DB_PORT=5432
2024-08-14 14:11:06 +02:00
#Set custom ray port
RAY_PORT=
2024-08-07 14:59:29 +02:00
# Special Keys for Andras
# For cache purging
2023-08-17 16:20:27 +02:00
BUNNY_API_KEY=
2024-08-07 14:59:29 +02:00
# For asset uploads
2023-08-17 16:20:27 +02:00
BUNNY_STORAGE_API_KEY=