lasthourcloud/.env.production

27 lines
457 B
Plaintext
Raw Normal View History

2023-06-12 12:47:42 +00:00
SELF_HOSTED=true
2023-05-22 10:47:15 +00:00
2023-05-30 07:50:50 +00:00
SENTRY_LARAVEL_DSN=https://fc21c062604d4526a4a9f263a0addeac@o1082494.ingest.sentry.io/4504672605372416
SENTRY_TRACES_SAMPLE_RATE=0.2
2023-04-27 13:00:12 +00:00
APP_NAME=Coolify
APP_SERVICE=php
2023-05-25 21:04:05 +00:00
APP_ENV=production
2023-04-27 13:00:12 +00:00
APP_KEY=
APP_DEBUG=false
2023-06-12 12:47:42 +00:00
APP_PORT=8000
2023-04-27 13:00:12 +00:00
SESSION_DRIVER=database
DB_CONNECTION=pgsql
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=coolify
2023-04-27 13:26:43 +00:00
DB_USERNAME=coolify
2023-04-27 13:00:12 +00:00
DB_PASSWORD=
2023-05-10 07:26:25 +00:00
QUEUE_CONNECTION=redis
REDIS_HOST=coolify-redis
REDIS_PASSWORD=
2023-05-23 13:48:05 +00:00
CACHE_DRIVER=redis