-
Notifications
You must be signed in to change notification settings - Fork 1
/
env-example
27 lines (21 loc) · 867 Bytes
/
env-example
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
####### MANDATORY CONFIG VARIABLES: #######
# Add your login email address here:
USER_EMAIL=
# Add your HASHED login password here.
# To hash a password, run `bin/hash-password <your password>`
USER_PASSWORD=
# Add a string of random characters to help make the session's encoding unique
SESSION_SECRET=
####### OPTIONAL CONFIG VARIABLES: #######
# Each variable is listed with its default vaule.
# Only uncomment/add these if you need the app to behave differently.
# PORT=3000
# DATA_TREE_DATA_PATH=data
# DATA_TREE_MANIFEST_PATH=data/manifest.yaml
# DISABLE_AUTH=false
# Change this to true if you want to see more developer-friendly errors on failure. Good for development.
# FRIENDLY_ERRORS=false
# Set this to false to disable caching of your notes. Useful for development.
# CACHE_ENABLED=true
# CACHE_DB_PATH=cache
# VERSION_FILE_NAME=version-info.yaml