library/roles/geonetwork/geonetwork/templates/geonetwork_config.xml.j2: Fix the db hostname variable.

This commit is contained in:
Andrea Dell'Amico 2017-05-09 17:36:01 +02:00
parent 9f0f5309ba
commit 5ab2d7af8a
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
<user>{{ geonetwork_db_user }}</user>
<password>{{ geonetwork_db_pwd }}</password>
<driver>org.postgresql.Driver</driver>
<url>jdbc:postgis://geonetwork_db_hostname:5432/{{ geonetwork_db_name }}</url>
<url>jdbc:postgis://{{ geonetwork_db_hostname }}:5432/{{ geonetwork_db_name }}</url>
<poolSize>40</poolSize>
</config>
</resource>