-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.sample.ini
68 lines (60 loc) · 1.69 KB
/
config.sample.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[server]
# QGSWPS_SERVER_LOGSTORAGE
logstorage=REDIS
encoding=utf-8
language=en-US
url={host_url}
store_url={host_url}store/{uuid}/{file}?service=WPS
status_url={host_url}ows/?service=WPS&request=GetResults&uuid={uuid}
# QGSWPS_SERVER_WORKDIR
workdir=
# QGSWPS_SERVER_PROXY_URL
proxy_url=''
# QGSWPS_SERVER_PARALLELPROCESSES
parallelprocesses=1
# QGSWPS_SERVER_RESPONSE_TIMEOUT
response_timeout=600
# QGSWPS_SERVER_RESPONSE_EXPIRATION
response_expiration=86400
# QGSWPS_SERVER_WMS_SERVICE_URL
wms_service_url={host_url}
# QGSWPS_SERVER_RESULTS_MAP_URI
wps_result_map_uri=wps-results:
wms_response_uri=${wms_service_url}?MAP=${wps_result_map_uri}{uuid}/{name}.qgs&service=WMS&request=GetCapabilities'
cleanup_interval=600
outputurl=${store_url}
# QGSWPS_DOWNLOAD_TTL
download_ttl=30
[logging]
# QGSWPS_LOGLEVEL
level=INFO
[logstorage:redis]
# QGSWPS_REDIS_HOST
host=localhost
# QGSWPS_REDIS_PORT
port=6379
# QGSWPS_REDIS_DBNUM
dbnum=0
[projects.cache]
size=10
# QGSWPS_CACHE_ROOTDIR
rootdir=''
[processing]
# QGSWPS_PROCESSSING_PROVIDERS
providers=
# QGSWPS_PROCESSSING_PROVIDERS_MODULE_PATH
providers_module_path=
[metadata:main]
identification_title=Py-Qgis-WPS Processing Service
identification_abstract=Py-Qgis-WPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. Py-Qgis-WPS is written in Python.
identification_keywords=py-qgis-wps,WPS,OGC,QGIS,processing
identification_keywords_type=theme
identification_fees=NONE
identification_accessconstraints=NONE
provider_name=Organization Name
provider_url=http://mycompany.com/
contact_name=Lastname, Firstname
contact_address=Mailing Address
contact_email=Email Address
contact_url=Contact URL
contact_role=pointOfContact