ENV=production

GCP_PROJECT_ID=httpsms-docker

USE_HTTP_LOGGER=true

EVENTS_QUEUE_TYPE=emulator
EVENTS_QUEUE_NAME=events-local
EVENTS_QUEUE_ENDPOINT=http://localhost:8000/v1/events

EVENTS_QUEUE_USER_API_KEY=system-user-api-key
EVENTS_QUEUE_USER_ID=system-user-id


SMTP_FROM_NAME=httpSMS
SMTP_FROM_EMAIL=httpsms@local.com

SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_HOST=smtp.mailtrap.io
SMTP_PORT=2525

APP_URL=http://47.76.80.114:3000

APP_NAME=httpSMS

APP_PORT=8000

SWAGGER_HOST=47.76.80.114:8000

DATABASE_URL=postgresql://dbusername:dbpassword@postgres:5432/httpsms
DATABASE_URL_DEDICATED=postgresql://dbusername:dbpassword@postgres:5432/httpsms

REDIS_URL=redis://@redis:6379

GCS_BUCKET_NAME=

UPTRACE_DSN=

PUSHER_APP_ID=
PUSHER_KEY=
PUSHER_SECRET=
PUSHER_CLUSTER=

CLOUDFLARE_TURNSTILE_SECRET_KEY=
