Hi, you have a few options:
1. a shared global settings ini file with your pre-configured connections https://docs.qgis.org/3.16/en/docs/user_manual/introduction/qgis_configuration.html#deploying-qgis-within-an-organization 2. a shared python init script https://docs.qgis.org/3.16/en/docs/user_manual/introduction/qgis_configuration.html#code , then you can write python code to initialize the connections or anything else. Kind regards. On Fri, Jan 7, 2022 at 1:52 AM tim dunlevie <tim.dunlev...@gmail.com> wrote: > Hi guys, > > About to host a PostGIS db on our server, and want users to connect to the > db in QGIS. > Is there a way I can push out a script (?) to all user's machines that > sets the connection to the postgis db for QGIS? > Rather than manually entering authentication on each machine? > I have one generic role for users as they will be read-only users. > > thanks, > Tim > _______________________________________________ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user > -- Alessandro Pasotti QCooperative: www.qcooperative.net ItOpen: www.itopen.it
_______________________________________________ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user