59 lines
1.8 KiB
Django/Jinja
59 lines
1.8 KiB
Django/Jinja
;<?php die(''); ?>
|
|
;for security reasons , don't remove or modify the previous line
|
|
|
|
;Services
|
|
;list the different map services (servers, generic parameters, etc.)
|
|
[services]
|
|
;Wms map server
|
|
wmsServerURL="http://localhost:3030/qgis-server/"
|
|
;WMS subdomain URLs list (optional)
|
|
wmsPublicUrlList=
|
|
;URL to the API exposed by the Lizmap plugin for QGIS Server if needed
|
|
lizmapPluginAPIURL="http://localhost:{{ qgis_server['port'] }}/qgis-server/lizmap/"
|
|
|
|
onlyMaps=0
|
|
defaultRepository=
|
|
defaultProject=
|
|
|
|
; cache configuration for tiles
|
|
cacheStorageType=file
|
|
;cacheStorageType=sqlite => store cached images in one sqlite file per repo/project/layer
|
|
;cacheStorageType=file => store cached images in one folder per repo/project/layer. The root folder is /tmp/
|
|
;cacheStorageType=redis => store cached images through redis
|
|
cacheRedisHost=localhost
|
|
cacheRedisPort=6379
|
|
cacheRedisDb=
|
|
cacheRedisKeyPrefix=
|
|
|
|
; default cache expiration : the default time to live of data, in seconds.
|
|
; 0 means no expiration, max : 2592000 seconds (30 days)
|
|
cacheExpiration=0
|
|
|
|
; debug mode
|
|
; on = print debug messages in lizmap/var/log/messages.log
|
|
; off = no lizmap debug messages
|
|
debugMode=0
|
|
; cache root directory where cache files will be stored
|
|
; must be writable
|
|
cacheRootDirectory="/tmp/"
|
|
|
|
; path to find repositories
|
|
rootRepositories="{{ lizmap['root_repositories'] }}"
|
|
|
|
; path to find the QGIS projects private data
|
|
; created by Lizmap or other tools, related to Qgis projects
|
|
; if empty, rootRepositories is used.
|
|
qgisProjectsPrivateDataFolder=""
|
|
|
|
; Does the server use relative path from root folder? 0/1
|
|
relativeWMSPath=0
|
|
|
|
appName=Lizmap
|
|
wmsMaxWidth=3000
|
|
wmsMaxHeight=3000
|
|
projectSwitcher=off
|
|
requestProxyEnabled=0
|
|
requestProxyType=http
|
|
requestProxyNotForDomain="localhost,127.0.0.1"
|
|
uploadedImageMaxWidthHeight=1920
|