-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (18 loc) · 933 Bytes
/
.env.example
File metadata and controls
24 lines (18 loc) · 933 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
# ── Required ──────────────────────────────────────────────
# fmsg domain name this host serves
# - fmsgd will uses TCP 4930 on fmsg.<FMSG_DOMAIN>
# - fmsg-webapi uses HTTPS 443 on fmsgapi.<FMSG_DOMAIN>
FMSG_DOMAIN=example.com
# Email address for Let's Encrypt certificate registration
CERTBOT_EMAIL=
# HMAC secret used to validate JWT tokens for fmsg-webapi
# Prefix with base64: to supply a base64-encoded key (e.g. base64:c2VjcmV0)
FMSG_API_JWT_SECRET=changeme
# Per-service database passwords (used by application services)
FMSGD_WRITER_PGPASSWORD=changeme
FMSGID_WRITER_PGPASSWORD=changeme
# ── Optional (defaults shown) ────────────────────────────
# FMSG_PORT=4930
# FMSGID_PORT=8080
# GIN_MODE=release
# FMSG_SKIP_DOMAIN_IP_CHECK=false