Skip to content
Snippets Groups Projects
Commit dd0c4ae7 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Nominatim: change password property to type Password

parent 72c7ce08
No related branches found
No related tags found
No related merge requests found
......@@ -85,10 +85,6 @@
<name>nominatim.user</name>
<property>aditouser</property>
</customStringProperty>
<customStringProperty>
<name>nominatim.pw</name>
<property>useradito</property>
</customStringProperty>
<customIntegerProperty>
<name>duplicates.dataBlockSize</name>
<property v="5000" />
......@@ -108,6 +104,11 @@
<description></description>
<property v="false" />
</customBooleanProperty>
<customPasswordProperty>
<name>nominatim.pw</name>
<description></description>
<property>useradito</property>
</customPasswordProperty>
</customProperties>
<customConfigProperties>
<customBooleanProperty>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment