-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdhis.conf
31 lines (22 loc) · 951 Bytes
/
dhis.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ----------------------------------------------------------------------
# Database connection
# ----------------------------------------------------------------------
# Hibernate SQL dialect
connection.dialect = org.hibernate.dialect.PostgreSQLDialect
# JDBC driver class
connection.driver_class = org.postgresql.Driver
# Database connection URL
connection.url = jdbc:postgresql://db/dhis2
# Database username
connection.username = dhis
# Database password
connection.password = dhis
# Database schema behavior, can be 'validate', 'update', 'create', 'create-drop'
connection.schema = update
# ----------------------------------------------------------------------
# Server
# ----------------------------------------------------------------------
# Enable secure settings if deployed on HTTPS, default 'off', can be 'on'
server.https = off
# Server base URL
server.base.url = https://instances.devotta.com/6ps