Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Update dhis.conf
Browse files Browse the repository at this point in the history
Temporary fix for #7 while conf file doesn't support env variables.
  • Loading branch information
pgracio authored Nov 16, 2016
1 parent 28ec675 commit 3ec3076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/dhis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ connection.dialect = org.hibernate.dialect.PostgreSQLDialect
connection.driver_class = org.postgresql.Driver

# Database connection URL
connection.url = jdbc:postgresql://database/${POSTGRES_DB}
connection.url = jdbc:postgresql://database/dhis

# Database username
connection.username = dhis
Expand All @@ -17,4 +17,4 @@ connection.password = dhis
connection.schema = update

# Encryption password (sensitive)
encryption.password = xxxx
encryption.password = xxxx

0 comments on commit 3ec3076

Please sign in to comment.