7 lines
260 B
Plaintext
Raw Normal View History

2020-11-09 07:45:55 +01:00
connection.dialect = org.hibernate.dialect.PostgreSQLDialect
connection.driver_class = org.postgresql.Driver
connection.url = jdbc:postgresql://dhis2-postgres:5432/dhis2
connection.username = dhis2
connection.password = ${DHIS2_PWD}
connection.schema = update