-
Notifications
You must be signed in to change notification settings - Fork 4
/
settings.json.edit
46 lines (46 loc) · 1023 Bytes
/
settings.json.edit
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
{
"public": {
"id": "http://project-id.gob.ar",
"miargentina": "http://project-mi-argentina.gob.ar",
"argentinagobar": "https://www.argentina.gob.ar",
"google": {
"tagManager": "",
"analytics": ""
}
},
"mailgun":{
"key": "key",
"domain": "domain",
"from": "MiArgentina"
},
"sentry":{
"key": "key",
"domain": "domain"
},
"oidc": {
"authEndpoint": "http://project-id.gob.ar/authorize/",
"tokenEndpoint": "http://project-id.gob.ar/token/",
"userinfoEndpoint": "http://project-id.gob.ar/userinfo/",
"clientId": "your-client-id",
"secret": "your-secret-id"
},
"apiGateway": {
"urlEndpoint": "http://URL-API",
"tokenEndpoint": "/auth/login",
"username": false,
"password": false
},
"webApp": {
"ambiente": "AMBIENTE DE EJECUCION DEL PROYECTO",
"session": {
"expire": {
"time": 50,
"attr": "minutes"
},
"revoke": {
"time": 5,
"attr": "hours"
}
}
}
}