-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
36 lines (32 loc) · 991 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
28
29
30
31
32
33
34
35
36
##############################
# RoasTime / Roast.World config
##############################
# Username for the RoasTime user... if you leave this blank, it will default to the current user
BALL_USER="~"
# File location for RoastTime file cache (default location given for a Mac)
BALL_HOME="Library/Application Support/roast-time"
##############################
##############################
# Output / Generator config
##############################
BALL_OUTPUT_DIR=
BALL_BASE_URL=
BALL_MIN_DAYS=
BALL_MAX_DAYS=
##############################
##############################
# Runtime Options
##############################
# Only load from the Headless CMS, don't write back to it
BALL_LOAD_ONLY="True"
# logging config
BALL_LOG_LEVEL="DEBUG"
##############################
##############################
# Headless CMS - Contentful
##############################
CONTENTFUL_SPACE=""
CONTENTFUL_ACCESS_TOKEN=""
CONTENTFUL_PAT=""
CONTENTFUL_UPDATE=False
##############################