Skip to content

Commit

Permalink
fix: add missing envvar to .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Nov 18, 2024
1 parent 80a5b84 commit e3b3574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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

# Low-frequency replacement
LOW_FREQUENCY_THRESHOLD=5
Expand Down

0 comments on commit e3b3574

Please sign in to comment.