Skip to content

Commit

Permalink
make pywps.cfg configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jun 7, 2024
1 parent adb5868 commit 3195963
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docker/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# pywps
PYWPS_HOST=rook10.cloud.dkrz.de

# Path to local data pool
DATA_PATH=../../mini-esgf-data/test_data/pool/data/c3s-cica-atlas

Expand Down
7 changes: 5 additions & 2 deletions docker/pywps.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[DEFAULT]
hostname=${PYWPS_HOST}

[server]
url=http://localhost/wps
outputurl=http://localhost/outputs
url=http://${hostname}/wps
outputurl=http://${hostname}/outputs
outputpath=/mnt/outputs
workdir=/tmp
cleantempdir=true
Expand Down

0 comments on commit 3195963

Please sign in to comment.