Skip to content

Instantly share code, notes, and snippets.

@akfreas
Created May 6, 2017 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akfreas/aad4d7e33fbea63ce24c5bbec1eebc59 to your computer and use it in GitHub Desktop.
Save akfreas/aad4d7e33fbea63ce24c5bbec1eebc59 to your computer and use it in GitHub Desktop.
dhis.conf
# Hibernate SQL dialect
connection.dialect = org.hibernate.dialect.PostgreSQLDialect
# JDBC driver class
connection.driver_class = org.postgresql.Driver
# JDBC driver connection URL
connection.url = jdbc:postgresql://${RDS_HOSTNAME}:${RDS_PORT}/${RDS_DB_NAME}
# Database username
connection.username = ${RDS_USERNAME}
# Database password
connection.password = ${RDS_PASSWORD}
# Database schema behavior, can be validate, update, create, create-drop
connection.schema = update
# Encryption password (not used for now)
# encryption.password = xxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment