coolify/.env.development.example

27 lines
626 B
Text
Raw Normal View History

2024-08-07 12:59:29 +00:00
# Coolify Configuration
2024-08-07 13:06:24 +00:00
APP_ENV=local
2024-08-07 13:17:54 +00:00
APP_NAME=Coolify-localhost
2023-06-23 10:08:14 +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-08-07 13:06:24 +00:00
APP_DEBUG=true
2023-10-06 18:45:35 +00:00
MUX_ENABLED=false
2023-04-12 20:19:03 +00:00
2024-08-07 12:59:29 +00:00
# Selenium Driver URL for Dusk
2023-04-03 08:39:29 +00:00
DUSK_DRIVER_URL=http://selenium:4444
2023-08-17 14:20:27 +00:00
2024-08-07 12:59:29 +00:00
# PostgreSQL Database Configuration
2024-08-07 19:02:53 +00:00
DB_DATABASE=coolify
2024-08-07 12:59:29 +00:00
DB_USERNAME=coolify
DB_PASSWORD=password
2024-08-07 19:02:53 +00:00
# Set DB_HOST to the Postgres container IP or, if using Orbstack, use the container name (e.g., postgres.coolify.orb.local). This is needed for DB Migrations to work.
DB_HOST=
2024-08-07 12:59:29 +00:00
DB_PORT=5432
# Special Keys for Andras
# For cache purging
2023-08-17 14:20:27 +00:00
BUNNY_API_KEY=
2024-08-07 12:59:29 +00:00
# For asset uploads
2023-08-17 14:20:27 +00:00
BUNNY_STORAGE_API_KEY=