diff --git a/default-sample.cfg b/default-sample.cfg index 19908d04..35988287 100644 --- a/default-sample.cfg +++ b/default-sample.cfg @@ -61,6 +61,36 @@ maxprocesses=30 parallelprocesses=2 storagetype=file +# hardcoded default : tempfile.gettempdir() +; temp_path=/tmp + +processes_path= +# list of allowed input paths (file url input) seperated by ':' +allowedinputpaths= + +# 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() #temp_path=/tmp @@ -96,6 +126,12 @@ json_indent=2 [processing] mode=default +# 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])) #path=