Skip to content

Commit

Permalink
fix: updating cadd-rest-api.env example file (#50)
Browse files Browse the repository at this point in the history
* fix: updating cadd-rest-api.env example file

* Update docker-compose.override.yml-cadd
  • Loading branch information
holtgrewe authored Feb 7, 2024
1 parent 2350cfc commit 81eeb8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.override.yml-cadd
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ services:
volumes:
- type: bind
source: ${volumes_basedir:-./.dev/volumes}/cadd-rest-api/data/annotations
target: /opt/miniconda3/share/cadd-scripts-1.6-0/data/annotations
target: /opt/miniconda3/share/cadd-scripts-1.6.post1-0/data/annotations
read_only: true
- type: bind
source: ${volumes_basedir:-./.dev/volumes}/cadd-rest-api/data/prescored
target: /opt/miniconda3/share/cadd-scripts-1.6-0/data/prescored
target: /opt/miniconda3/share/cadd-scripts-1.6.post1-0/data/prescored
read_only: true
- type: bind
source: ${volumes_basedir:-./.dev/volumes}/cadd-rest-api/db
Expand Down
2 changes: 1 addition & 1 deletion utils/cadd-rest-api/cadd-rest-api.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ DJANGO_SECRET_KEY="__DJANGO_SECRET_KEY__"
DJANGO_SETTINGS_MODULE="config.settings.production"
DJANGO_SECURE_SSL_REDIRECT=0

CADD_SH=/opt/miniconda3/share/cadd-scripts-1.6-0/CADD.sh
CADD_SH=/opt/miniconda3/share/cadd-scripts-1.6.post1-0/CADD.sh
CADD_CONDA=/opt/miniconda3/bin/activate
CADD_TIMEOUT=300

0 comments on commit 81eeb8a

Please sign in to comment.