-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample-local.conf
More file actions
35 lines (35 loc) · 867 Bytes
/
example-local.conf
File metadata and controls
35 lines (35 loc) · 867 Bytes
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
{
"Authaus": {
"Log": {
"Filename": "imqsauth.log"
},
"HTTP": {
"Bind": "127.0.0.1",
"Port": "2003"
},
"DB": {
"Driver": "postgres",
"Host": "127.0.0.1",
"Database": "auth",
"User": "auth",
"Password": "PASSWORD"
},
"OAuth": {
"Providers": {
"eMerge": {
"Type": "msaad",
"Title": "eMerge",
"LoginURL": "https://login.microsoftonline.com/YOUR TENANT UUID/oauth2/v2.0/authorize",
"TokenURL": "https://login.microsoftonline.com/YOUR TENANT UUID/oauth2/v2.0/token",
"RedirectURL": "http://localhost/auth2/oauth/finish",
"ClientID": "YOUR APPLICATION UUID",
"Scope": "openid email offline_access",
"ClientSecret": "YOUR CLIENT SECRET"
}
}
}
},
"SendMailPassword": "PASSWORD",
"HostnameFile": "C:/imqsbin/conf/hostname",
"NotificationUrl": "http://localhost:8081/notify/"
}