-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (21 loc) · 790 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (21 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
FMSG_DATA_DIR=/var/lib/fmsgd/
FMSG_DOMAIN=example.com
# Production EdDSA JWT verification (uncomment to use JWKS mode).
# FMSG_JWT_AUDIENCE is optional; only set it if your identity provider
# issues an aud claim you want enforced.
#FMSG_JWT_JWKS_URL=https://idp.example.com/.well-known/jwks.json
#FMSG_JWT_ISSUER=https://idp.example.com/
#FMSG_JWT_ADDRESS_CLAIM=sub
#FMSG_JWT_AUDIENCE=fmsg-web-client
# Enable API keys / sub-accounts (uncomment to enable):
#FMSG_API_TOKEN_ED25519_PRIVATE_KEY=
PGHOST=localhost
PGUSER=fmsg
PGPASSWORD=secret
PGDATABASE=fmsg
PGSSLMODE=disable
# Web Push (optional). Set all three to enable. Generate the key pair once
# with: npx web-push generate-vapid-keys
#FMSG_VAPID_PUBLIC_KEY=
#FMSG_VAPID_PRIVATE_KEY=
#FMSG_VAPID_SUBJECT=mailto:admin@example.com