share-inbox-service/.env.example
2026-03-17 15:47:32 +01:00

7 lines
150 B
Plaintext

APP_ENV=prod
INBOX_SECRET=change-me
INBOX_MAX_BODY_BYTES=10485760
INBOX_STORAGE_DIR=var/inbox
INBOX_STORAGE_BACKEND=ndjson
INBOX_CORS_ALLOW_ORIGINS=*