-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.conf.json
29 lines (29 loc) · 953 Bytes
/
sample.conf.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
{
"client": {
"xmpp": {
"bare_jid": "user@example.com",
"password": "…"
}
},
"proxy": {
"xmpp": {
"full_jid": "dataconnect-proxy@breizh-sen2.eu/proxy",
"password": "…"
},
"web_interface": {
"base_uri": "https://srv5.breizh-sen2.eu/dataconnect-proxy"
},
"data_connect": {
"production": {
"app_id" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"app_secret": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"redirect_uri": "https://srv5.breizh-sen2.eu/dataconnect-proxy/redirect"
},
"sandbox": {
"app_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"app_secret": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"redirect_uri": "https://srv5.breizh-sen2.eu/dataconnect-proxy/redirect"
}
}
}
}