Files
gob-alert/.env.coolify.example
2026-02-09 01:34:24 +01:00

13 lines
334 B
Plaintext

# Coolify environment variables (example values)
POSTGRES_USER=gob
POSTGRES_PASSWORD=change-me-strong
POSTGRES_DB=gob_alert
# Internal Docker network connection
DATABASE_URL=postgres://gob:change-me-strong@postgres:5432/gob_alert
API_ADMIN_KEY=change-me-strong
# Web -> API internal URL (API is NOT public)
API_URL=http://api:3000