-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_sample.json
41 lines (41 loc) · 1.32 KB
/
config_sample.json
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
{
"api_url": " https://api.mongooseresearch.com",
"pc_database_string": "Driver={ODBC Driver 17 for SQL Server};Server=server.school.edu;Database=database;Encrypt=yes;",
"notification_email": "[email protected]",
"debug": true,
"departments": {
"SS": {
"api_key": "xxxx",
"api_secret": "xxxx",
"team_code": "1234567",
"contacts_sproc": "[Campus6].[custom].[CadenceSelContactsSS]",
"custom_fields": {
"SP_Credits": "",
"SU_Credits": "",
"FA_Credits": "",
"Enrollment": "Not Enrolled"
}
},
"FA": {
"api_key": "xxxx",
"api_secret": "xxxx",
"team_code": "1234567",
"contacts_sproc": "[Campus6].[custom].[CadenceSelContactsFA]",
"custom_fields": {
"SP_Credits": "",
"SU_Credits": "",
"FA_Credits": "",
"Enrollment": "Not Enrolled",
"AppDecision": ""
}
}
},
"smtp": {
"subject": "PowerCampus-Cadence Error",
"from": "[email protected]",
"to": "[email protected]",
"server": "smtp.office365.com",
"username": "[email protected]",
"password": "astrongpassword"
}
}