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 + +