From 308121bf718ed37ad629d5c241af2d0a359b1618 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Sun, 14 Jul 2024 21:21:35 +0000 Subject: [PATCH] Update docs/source/pgservice.rst --- docs/source/pgservice.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/source/pgservice.rst b/docs/source/pgservice.rst index 60f7382..cf1e506 100644 --- a/docs/source/pgservice.rst +++ b/docs/source/pgservice.rst @@ -36,9 +36,11 @@ When you add a Data Source in your control panel, it automatically adds an entry .. code-block:: console - /var/www/data/qgis + /var/www/data/qgis/pg_service.conf -The same pg_service.conf entry is used on your local computer, but with the hostname pointed at your server. For example: +If you connect your QGIS Project to your PostGIS database, the same pg_service.conf entry is used on your local computer, but with the hostname pointed at your server. + +For example, if our QuartzMap server is located at https://myserver.com, our hostname would be as below: .. code-block:: console @@ -47,4 +49,9 @@ The same pg_service.conf entry is used on your local computer, but with the host port=5432 dbname=beedatabase user=admin1 - password=DfBJdQTtQv \ No newline at end of file + password=DfBJdQTtQv + + +.. raw:: html + +