-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.template
26 lines (22 loc) · 1009 Bytes
/
.env.template
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
# Credentials to log in to the HBD account
# Once registered, a JWT token valid for 30 days will be saved
# by default to ~/.hbd/credentials/<host> (where host is the HBD_HOST value)
HBD_EMAIL=
HBD_PASSWORD=
# The path where the credentials will be saved, by default it's ~/.hbd/credentials
# When editing this use full paths, e.g. /home/user/.hbd/credentials
HBD_CREDS_PATH=
# These fields can be used to register a new account through the CLI
# In case you want to use the registration feature, you can leave these fields empty otherwise
# To modify your user details, just add NEW between HBD and the property name, e.g. HBD_EMAIL -> HBD_NEW_EMAIL
HBD_REMINDER_TIME=
HBD_TIMEZONE=
HBD_TELEGRAM_BOT_API_KEY=
HBD_TELEGRAM_USER_ID=
# The host and port of the HBD server
# If you are running the server locally from a just cloned github.com/dreth/hbd repo
# you can leave these fields empty, it'll default to 0.0.0.0:8417
HBD_HOST=
HBD_PORT=
# Whether to use SSL or not, can be 'true' or 'false'
HBD_SSL=