19 lines
727 B
Bash
19 lines
727 B
Bash
QMAX_DOMAIN=qmax.kusoft.xyz
|
|
QMAX_PUBLIC_BASE_URL=https://qmax.kusoft.xyz
|
|
QMAX_TLS_EMAIL=admin@kusoft.xyz
|
|
|
|
# Generate with: openssl rand -base64 48
|
|
QMAX_JWT_SECRET=change-me-to-a-long-random-secret-at-least-32-characters
|
|
|
|
# Optional registration code shared with people allowed to create a QMAX account.
|
|
# Leave empty for open phone registration. MAX still verifies every phone with its own code.
|
|
QMAX_PAIRING_CODE=change-me-pairing-code
|
|
QMAX_CORS_ALLOWED_ORIGINS=
|
|
|
|
# Optional Firebase Cloud Messaging. Mount the service account JSON into the API container
|
|
# and set these values to enable real push notifications.
|
|
QMAX_PUSH_ENABLED=true
|
|
QMAX_PUSH_SHOW_PREVIEW=true
|
|
QMAX_FIREBASE_PROJECT_ID=
|
|
QMAX_FIREBASE_SERVICE_ACCOUNT_PATH=
|