-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
25 lines (20 loc) · 936 Bytes
/
.env.sample
File metadata and controls
25 lines (20 loc) · 936 Bytes
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
ENV=test
DATA_VOLUME_PATH=./data/test_data/internal
SHINY_PORT=3000
CATALOGUE_NAME=UCLH
# For preprocessing
PREPROCESS_DB_NAME= # name of the source database
PREPROCESS_HOST= # host address for the source database
PREPROCESS_PORT= # port on which to connect to the source database
PREPROCESS_DB_USERNAME= # username for the source database
PREPROCESS_DB_PASSWORD= # password for the source database
PREPROCESS_DB_CDM_SCHEMA= # Schema name in the database to connect the OMOP CDM to
PREPROCESS_SUMMARISE_LEVEL=monthly # Level to summarise record counts at (monthly or quarterly)
BUILD_CORES_MAKE=4 # Number of cores to use for make in docker build
# Low-frequency replacement
LOW_FREQUENCY_THRESHOLD=10
LOW_FREQUENCY_REPLACEMENT=9.999999
# For testing
TEST_DB_PATH=./data-raw/test_db/eunomia
# For nginx
SERVER_NAME=localhost