Skip to content

Commit

Permalink
remove username/password in db connection in test project
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Oct 25, 2018
1 parent cdcb5a2 commit ba1fe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdata/qgis_server/test_project_postgres_types.qgs
Expand Up @@ -63,7 +63,7 @@
<projectlayers>
<maplayer maxScale="0" autoRefreshEnabled="0" hasScaleBasedVisibilityFlag="0" type="vector" refreshOnNotifyMessage="" autoRefreshTime="0" geometry="No geometry" styleCategories="AllStyleCategories" refreshOnNotifyEnabled="0" minScale="1e+8" readOnly="0">
<id>json_b2af056d_ba24_4fb7_805b_5a7720e242f3</id>
<datasource>dbname='qgis_test' port=5432 user='postgres' password='postgres' sslmode=disable key='pk' table="qgis_test"."json" sql=</datasource>
<datasource>dbname='qgis_test' port=5432 sslmode=disable key='pk' table="qgis_test"."json" sql=</datasource>
<keywordList>
<value></value>
</keywordList>
Expand Down

0 comments on commit ba1fe9d

Please sign in to comment.