student life social platform
1{
2 "version": "5.0.1",
3 "urls": {
4 "api": "https://churros.inpt.fr/graphql",
5 "auth": "https://churros.inpt.fr/auth"
6 },
7 "oauth": {
8 "enabled": true,
9 "clientId": "y87JANYpibsGhWJorAgYO9AOPU9PtecC7WsZwDNo",
10 "authorizeUrl": "https://auth.inpt.fr/application/o/authorize/",
11 "tokenUrl": "https://auth.inpt.fr/application/o/token/",
12 "logoutUrl": "https://auth.inpt.fr/application/o/churros/end-session/",
13 "userInfoUrl": "https://auth.inpt.fr/application/o/userinfo/",
14 "scopes": "openid profile email"
15 },
16 "emails": {
17 "contact": "contact@net7.dev",
18 "support": "contact@net7.dev"
19 }
20}