-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
66 lines (59 loc) · 1.66 KB
/
.env.example
File metadata and controls
66 lines (59 loc) · 1.66 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# PIN to use for all services
# This is a shared PIN for all services
# If you want to use different PINs for each service
# and set the individual service PINs below to override the shared PIN for that particular service
DUMB_PIN=
# DumbBudget Configuration
DUMBBUDGET_PORT=3333
DUMBBUDGET_DATA_PATH=./dumbsuite/dumbbudget
DUMBBUDGET_PIN=
DUMBBUDGET_BASE_URL=http://localhost:3333
DUMBBUDGET_CURRENCY=USD
DUMBBUDGET_SITE_TITLE=DumbBudget
DUMBBUDGET_INSTANCE_NAME=
# DumbDo Configuration
DUMBDO_PORT=3334
DUMBDO_DATA_PATH=./dumbsuite/dumbdo
DUMBDO_PIN=
DUMBDO_SITE_TITLE=DumbDo
DUMBDO_ALLOWED_ORIGINS=*
# DumbDrop Configuration
DUMBDROP_PORT=3335
DUMBDROP_DATA_PATH=./dumbsuite/dumbdrop
DUMBDROP_PIN=
DUMBDROP_TITLE=DumbDrop
DUMBDROP_MAX_FILE_SIZE=1024
DUMBDROP_BASE_URL=http://localhost:3335
# DumbPad Configuration
DUMBPAD_PORT=3336
DUMBPAD_DATA_PATH=./dumbsuite/dumbpad
DUMBPAD_SITE_TITLE=DumbPad
DUMBPAD_PIN=
DUMBPAD_BASE_URL=http://localhost:3336
DUMBPAD_ALLOWED_ORIGINS=*
DUMBPAD_LOCK_TIME=15
DUMBPAD_MAX_ATTEMPTS=5
DUMBPAD_COOKIE_MAX_AGE=24
DUMBPAD_PAGE_HISTORY_COOKIE_AGE=365
# DumbKan Configuration
DUMBKAN_PORT=3337
DUMBKAN_DATA_PATH=./dumbsuite/dumbkan
DUMBKAN_TITLE=DumbKan
DUMBKAN_PIN=
DUMBKAN_BASE_URL=http://localhost:3337
# DumbWhois Configuration
DUMBWHOIS_PORT=3338
DUMBWHOIS_SITE_TITLE=DumbWhois
DUMBWHOIS_ALLOWED_ORIGINS=*
# DumbTerm Configuration
DUMBTERM_PORT=3339
DUMBTERM_CONFIG=./dumbsuite/dumbterm/config
DUMBTERM_DATA_DIR=./dumbsuite/dumbterm/data
DUMBTERM_TZ=America/Los_Angeles
DUMBTERM_SITE_TITLE=DumbTerm
DUMBTERM_PIN=
DUMBTERM_BASE_URL=http://localhost:3339
ENABLE_STARSHIP=true
DUMBTERM_LOCKOUT_TIME=15
DUMBTERM_MAX_SESSION_AGE=24
DUMBTERM_ALLOWED_ORIGINS=*