-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexport_config.json
More file actions
22 lines (22 loc) · 1.01 KB
/
export_config.json
File metadata and controls
22 lines (22 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"queries_path": {
"Tx_Curr_LineList": "sql_queries/Tx_Curr_LineList.sql",
"Tx_Curr_VLTestReceived_LineList": "sql_queries/Tx_Curr_VLTestReceived_LineList.sql",
"Tx_Curr_AHD_LineList": "sql_queries/Tx_Curr_AHD_LineList.sql",
"Tx_Curr_HVL_LineList": "sql_queries/Tx_Curr_HVL_LineList.sql",
"Tx_Curr_VLEligibleNew_LineList": "sql_queries/Tx_Curr_VLEligibleNew_LineList.sql",
"Tx_Curr_TPT_LineList": "sql_queries/Tx_Curr_TPT_LineList.sql",
"Tx_Curr_OutComeList": "sql_queries/Tx_Curr_OutComeList.sql",
"Tx_Curr_CCANew_LineList": "sql_queries/Tx_Curr_CCANew_LineList.sql",
"Tx_Curr_CCA_LineList": "sql_queries/Tx_Curr_CCA_LineList.sql",
"Tx_Curr_VLEligible_LineList": "sql_queries/Tx_Curr_VLEligible_LineList.sql",
"PMTCT_Maternal_LineList": "sql_queries/PMTCT_Maternal_LineList.sql",
"PMTCT_HEI_LineList": "sql_queries/PMTCT_HEI_LineList.sql"
},
"db_properties": {
"DB_HOST" : "localhost",
"DB_USER" : "openmrs",
"DB_PASS" : "Pd123#@!",
"DB_NAME" : "analytics_db"
}
}