mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore: improve .env.local.example
- reorder the .env file, improve comment and remove some variables - use LOG_STACK=single for local development - additionally log deprecations for local development
This commit is contained in:
parent
0114ffac3e
commit
f4f9b2b97f
1 changed files with 7 additions and 8 deletions
|
|
@ -1,22 +1,21 @@
|
|||
APP_NAME=Coolify
|
||||
APP_ENV=local
|
||||
APP_DEBUG=true
|
||||
APP_NAME=Coolify
|
||||
APP_URL=http://localhost
|
||||
APP_PORT=8000
|
||||
APP_FORCE_HTTPS=false
|
||||
APP_KEY=
|
||||
|
||||
LOG_STACK=single
|
||||
LOG_DEPRECATIONS_CHANNEL=single
|
||||
|
||||
DB_DATABASE=coolify-db
|
||||
DB_USERNAME=coolify
|
||||
DB_PASSWORD=Password
|
||||
DB_HOST=host.docker.internal
|
||||
DB_PORT=5432
|
||||
|
||||
REDIS_PASSWORD=Password
|
||||
DB_USERNAME=coolify
|
||||
DB_PASSWORD=password
|
||||
|
||||
RAY_ENABLED=true
|
||||
# RAY_PORT=
|
||||
|
||||
# Special Keys for Andras
|
||||
# Special Keys for Andras & Peak
|
||||
BUNNY_API_KEY=
|
||||
BUNNY_STORAGE_API_KEY=
|
||||
|
|
|
|||
Loading…
Reference in a new issue