diff --git a/docker/pywps.cfg b/docker/pywps.cfg index 704abd0..7efc251 100644 --- a/docker/pywps.cfg +++ b/docker/pywps.cfg @@ -1,3 +1,11 @@ +[server] +url=http://localhost/wps +outputurl=http://localhost/outputs +outputpath=/tmp +workdir=/tmp +cleantempdir=false +storage_copy_function=link + [logging] level = INFO -database = postgresql+psycopg2://pywps:pywps@localhost:5432/pywps +database = postgresql+psycopg2://pywps:pywps@postgres_db:5432/pywps