Skip to content

Commit

Permalink
Add AutoACMG variables to env.tpl (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Sep 18, 2024
1 parent 50bb8fd commit 6f428a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion env.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ FIRST_SUPERUSER_PASSWORD=SECURITY-ALERT-REPLACE-THIS
# CLINVAR_USE_PRODUCTION=1

# AutoACMG
SEQREPO_DATA_DIR=/home/user/seqrepo/master
AUTO_ACMG_API_ANNONARS_URL=http://annonars:8080
AUTO_ACMG_API_MEHARI_URL=http://mehari:8080
AUTO_ACMG_API_DOTTY_URL=http://dotty:8080
AUTO_ACMG_SEQREPO_DATA_DIR=/home/user/seqrepo/master

# Postgres
POSTGRES_SERVER=postgres
Expand Down Expand Up @@ -130,3 +133,4 @@ FLOWER_BASIC_AUTH=admin:flower-password

# Base directory for secrets.
# secrets_basedir: ./.dev/secrets

0 comments on commit 6f428a9

Please sign in to comment.