-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpharma.env.example
More file actions
29 lines (26 loc) · 1.38 KB
/
Copy pathpharma.env.example
File metadata and controls
29 lines (26 loc) · 1.38 KB
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
26
27
28
29
# Local settings for the biotech desk.
# Copy to ~/.config/pharma/pharma.env and chmod 600. Never commit this file.
# Values here are overridden by real environment variables of the same name.
# --- SEC (required) ----------------------------------------------------------
# SEC's fair-access policy requires a real contact address in the User-Agent and
# throttles requests without one. The run refuses to start until this is set.
SEC_CONTACT_EMAIL=you@example.org
# --- ntfy phone push (optional) ----------------------------------------------
# Install the ntfy app, subscribe to a topic, and put that topic here.
# On the public server the topic name is the ONLY access control, so make it
# long and random: head -c 18 /dev/urandom | base64 | tr -dc 'a-z0-9'
NTFY_TOPIC=
NTFY_SERVER=https://ntfy.sh
# NTFY_TOKEN= # only for a self-hosted or paid instance
NTFY_ALWAYS=0 # 0 = push only on a new SETUP/ACT or exit signal
# --- email (optional) --------------------------------------------------------
# Gmail: SMTP_USER must be an actual Google account, and SMTP_PASS an App
# Password (16 characters, requires 2FA) -- not your login password. Spaces in
# the app password are stripped automatically.
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
EMAIL_TO=
EMAIL_FROM= # optional, defaults to SMTP_USER
EMAIL_ALWAYS=1 # 1 = email the full report every run