Skip to content

Commit

Permalink
Add documentation in default-sample.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gschwind committed Nov 8, 2023
1 parent 49f8ad1 commit 7f33918
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions default-sample.cfg
Expand Up @@ -60,14 +60,35 @@ workdir=workdir
maxprocesses=30
parallelprocesses=2
storagetype=file
temp_path=/tmp

# hardcoded default : tempfile.gettempdir()
; temp_path=/tmp

processes_path=
# list of allowed input paths (file url input) seperated by ':'
allowedinputpaths=
workdir=/tmp

# hardcoded default : tempfile.gettempdir()
; workdir=

# If this flag is enabled it will set the HOME environment for each process to
# its current workdir (a temp folder).
sethomedir=false

# If this flag is true PyWPS will remove the process temporary workdir after
# process has finished.
cleantempdir=true

# File storage outputs can be copied, moved or linked from the workdir to the
# output folder.
# Allowed functions: "copy", "move", "link" (hardcoded default "copy")
storage_copy_function=copy

# Handles the default mimetype for requests.
# valid options: "text/xml", "application/json"
default_mimetype=text/xml

# Default indentation used for json data responses.
json_indent=2

# hardcoded default : tempfile.gettempdir()
Expand Down Expand Up @@ -104,7 +125,11 @@ json_indent=2

[processing]
mode=default
path=/somepath

# hardcoded default: os.path.dirname(os.path.realpath(sys.argv[0]))
; path=

# https://github.com/natefoo/slurm-drmaa
drmaa_native_specification=

# hardcoded default: os.path.dirname(os.path.realpath(sys.argv[0]))
Expand Down

0 comments on commit 7f33918

Please sign in to comment.