-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 1004 Bytes
/
.env.example
File metadata and controls
24 lines (20 loc) · 1004 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
# zentryx-status secrets template.
# Copy to .env in src/main/resources/, fill in real values, then run:
#
# mvn sealed-env:encrypt -Dsealed-env.input=src/main/resources/.env
# # or with the CLI directly if installed:
# sealed-env encrypt src/main/resources/.env -o src/main/resources/.env.sealed
#
# That produces .env.sealed (which IS safe to commit). Delete the
# plaintext .env afterwards.
# H2 file-mode database password. Used to lock the local H2 file so a
# second JVM cannot accidentally open it. Doesn't have to be strong —
# the file lives in /data inside the container with restrictive perms.
H2_PASSWORD=change-me
# Resend API key for the Monday weekly digest email.
RESEND_API_KEY=re_REPLACE_ME
# Where to send the weekly digest.
DIGEST_TO=david@zentryxnet.lat
# Discord webhook for state-change alerts (target goes down or recovers).
# Get one at: Server Settings → Integrations → Webhooks → New Webhook.
ALERT_DISCORD_WEBHOOK=https://discord.com/api/webhooks/REPLACE_ME