We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caf726 commit 36bd768Copy full SHA for 36bd768
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Start demo database
19
run: |
20
cd qwc-docker
21
- cp pg_service-write.conf ~/.pg_service.conf
+ cp pg_service.conf ~/.pg_service.conf
22
sed -i 's|host=qwc-postgis|host=localhost|g' ~/.pg_service.conf
23
sed -i 's|port=5432|port=5439|g' ~/.pg_service.conf
24
sed -i 's|qwc-qgis-server|localhost:8001|' volumes/config/default/featureInfoConfig.json
0 commit comments