-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathexample-application.yml
52 lines (45 loc) · 1.09 KB
/
example-application.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
petl:
homeDir: "/home/petl"
datasourceDir: "${petl.homeDir}/datasources"
jobDir: "${petl.homeDir}/jobs"
startup:
jobs:
- "refresh-full.yml"
server:
port: 9109
logging:
level:
root: "WARN"
org.pih: "DEBUG"
upperNenoOpenmrs:
host: "localhost"
port: "3308"
databaseName: "neno"
user: "root"
password: "root"
lowerNenoOpenmrs:
host: "localhost"
port: "3308"
databaseName: "lisungwi"
user: "root"
password: "root"
upperNenoReporting:
host: "localhost"
port: "3308"
databaseName: "neno_reporting"
user: "root"
password: "root"
options: "autoReconnect=true&sessionVariables=default_storage_engine%3DInnoDB&useUnicode=true&characterEncoding=UTF-8"
lowerNenoReporting:
host: "localhost"
port: "3308"
databaseName: "lisungwi_reporting"
user: "root"
password: "root"
options: "autoReconnect=true&sessionVariables=default_storage_engine%3DInnoDB&useUnicode=true&characterEncoding=UTF-8"
consolidatedReporting:
host: "localhost"
port: "1433"
databaseName: "openmrs_reporting"
user: "<mssql_db_username>"
password: "<mssql_db_password>"