-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.env.example
More file actions
37 lines (32 loc) · 1.17 KB
/
.env.example
File metadata and controls
37 lines (32 loc) · 1.17 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
## Windows path convert
COMPOSE_CONVERT_WINDOWS_PATHS=1
## enable debugpy remote debugging (on port 5678)
BB20_ENABLE_REMOTE_DEBUG=true
BB20_REMOTE_DEBUG_WAIT_ATTACH=false
## default super user
SUPER_USER_NAME=root
SUPER_USER_PASSWORD=blue123
SUPER_USER_EMAIL=bluebutton@example.com
## DB image migrations
DB_MIGRATIONS=true
## put a place holder Django secret
DJANGO_SECRET_KEY=replace-me-with-real-secret
# This value controls if some unit tests run that require being online.
# The value should be true or false.
RUN_ONLINE_TESTS=false
## Locust local load testing
## Host under test. Examples:
## LOCUST_HOST=http://localhost:8000
LOCUST_HOST=https://test.bluebutton.cms.gov
# LOCUST_HOST=http://localhost:8000
## Keep Locust token/input/output files outside the repo.
BB2_LOCUST_DIR=${HOME}/.bb2/locust
## Optional explicit token file paths.
BB_ACCESS_TOKENS_FILE_NON_V3=${BB2_LOCUST_DIR}/tokens_non_v3.txt
BB_ACCESS_TOKENS_FILE_V3=${BB2_LOCUST_DIR}/tokens_v3.txt
## Optional Locust csv output prefix (without .csv suffix).
LOCUST_CSV_PREFIX=${BB2_LOCUST_DIR}/results/locust_results
## Optional defaults for headless runs.
LOCUST_USERS=1
LOCUST_DURATION=60s
## BB_TOKEN_SELECTION=random