This commit is contained in:
Andras Bacsai
2023-06-12 17:05:57 +02:00
parent 18fde01ed5
commit 118e4fd089
8 changed files with 15 additions and 77 deletions

View File

@@ -1,26 +1,5 @@
SELF_HOSTED=true
SENTRY_LARAVEL_DSN=https://fc21c062604d4526a4a9f263a0addeac@o1082494.ingest.sentry.io/4504672605372416
SENTRY_TRACES_SAMPLE_RATE=0.2
APP_NAME=Coolify
APP_SERVICE=php
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_PORT=8000
SESSION_DRIVER=database
DB_CONNECTION=pgsql
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=coolify
DB_USERNAME=coolify
DB_PASSWORD=
QUEUE_CONNECTION=redis
REDIS_HOST=coolify-redis
REDIS_PASSWORD=
CACHE_DRIVER=redis