coolify/.env.development.example

23 lines
343 B
Text
Raw Normal View History

2024-08-30 11:31:52 +00:00
APP_ENV=local
2025-11-30 15:50:04 +00:00
APP_DEBUG=true
APP_NAME=Coolify
2023-06-12 15:49:11 +00:00
APP_URL=http://localhost
2023-03-27 18:10:10 +00:00
APP_PORT=8000
2025-11-30 15:50:04 +00:00
APP_FORCE_HTTPS=false
APP_KEY=
2023-04-12 20:19:03 +00:00
2025-11-30 15:50:04 +00:00
DB_DATABASE=coolify-db
2024-09-02 07:53:09 +00:00
DB_USERNAME=coolify
2025-11-30 15:50:04 +00:00
DB_PASSWORD=Password
2024-09-02 07:53:09 +00:00
DB_HOST=host.docker.internal
DB_PORT=5432
2025-11-30 15:50:04 +00:00
REDIS_PASSWORD=Password
2024-09-11 13:10:25 +00:00
2025-11-30 15:50:04 +00:00
RAY_ENABLED=true
# RAY_PORT=
2024-09-11 13:10:25 +00:00
2024-09-02 07:53:09 +00:00
# Special Keys for Andras
2023-08-17 14:20:27 +00:00
BUNNY_API_KEY=
BUNNY_STORAGE_API_KEY=