File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,8 @@ ENV SLEEP_INTERVAL=1
20
20
# The default URL of the QGIS server to send requests to
21
21
ENV DEFAULT_QGIS_SERVER_URL="http://qwc-qgis-server/ows/"
22
22
23
- # Connection URL for configuration database to read QGIS project files
23
+ # Postgres service configuration file including a [qgisprojects] service to read QGIS project files from database.
24
24
ENV PGSERVICEFILE="/srv/pg_service.conf"
25
- ENV CONFIG_DB_URL="postgresql:///?service=qgisprojects"
26
25
# The name of the DB schema which stores the project files in a table 'qgis_projects'.
27
26
ENV PG_DB_SCHEMA="qwc_config"
28
27
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export QGS_EXT=${QGS_EXT}
24
24
export FCGI_INSTANCES=${FCGI_INSTANCES}
25
25
export SLEEP_INTERVAL=${SLEEP_INTERVAL}
26
26
export DEFAULT_QGIS_SERVER_URL=${DEFAULT_QGIS_SERVER_URL}
27
+ export PGSERVICEFILE=${PGSERVICEFILE}
27
28
export PG_DB_SCHEMA=${PG_DB_SCHEMA}
28
29
EOF
29
30
echo " $CRON_SCHEDULE . $HOME /.cron_env; /app/qgs_cache_preseed.sh >/proc/1/fd/1 2>/proc/1/fd/2" | crontab -
You can’t perform that action at this time.
0 commit comments