update: remove client_id from sample
This commit is contained in:
parent
1b69319ce9
commit
582219cfd2
@ -3,7 +3,6 @@
|
|||||||
"cdn": "https://cdn.happy-dev.fr",
|
"cdn": "https://cdn.happy-dev.fr",
|
||||||
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||||||
"authority": "http://127.0.0.1:8000/openid/",
|
"authority": "http://127.0.0.1:8000/openid/",
|
||||||
"client_id": "000000",
|
|
||||||
"endpoints": {
|
"endpoints": {
|
||||||
"businessproviders": "http://127.0.0.1:8000/businessproviders/",
|
"businessproviders": "http://127.0.0.1:8000/businessproviders/",
|
||||||
"circles": "http://127.0.0.1:8000/circles/",
|
"circles": "http://127.0.0.1:8000/circles/",
|
||||||
@ -19,7 +18,6 @@
|
|||||||
"cdn": "https://cdn.happy-dev.fr",
|
"cdn": "https://cdn.happy-dev.fr",
|
||||||
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||||||
"authority": "https://api.alpha.happy-dev.fr/openid/",
|
"authority": "https://api.alpha.happy-dev.fr/openid/",
|
||||||
"client_id": "218707",
|
|
||||||
"endpoints": {
|
"endpoints": {
|
||||||
"businessproviders": "https://api.alpha.happy-dev.fr/businessproviders/",
|
"businessproviders": "https://api.alpha.happy-dev.fr/businessproviders/",
|
||||||
"circles": "https://api.alpha.happy-dev.fr/circles/",
|
"circles": "https://api.alpha.happy-dev.fr/circles/",
|
||||||
@ -36,13 +34,12 @@
|
|||||||
"cdn": "https://cdn.happy-dev.fr",
|
"cdn": "https://cdn.happy-dev.fr",
|
||||||
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||||||
"authority": "https://api.test-paris.happy-dev.fr/openid/",
|
"authority": "https://api.test-paris.happy-dev.fr/openid/",
|
||||||
"client_id": "196656",
|
|
||||||
"endpoints": {
|
"endpoints": {
|
||||||
"businessproviders": "https://api.test-paris.happy-dev.fr/businessproviders/",
|
"businessproviders": "https://api.test-paris.happy-dev.fr/businessproviders/",
|
||||||
"circles": "https://api.test-paris.happy-dev.fr/sources/circles/",
|
"circles": "https://api.test-paris.happy-dev.fr/circles/",
|
||||||
"groups": "https://api.test-paris.happy-dev.fr/groups/",
|
"groups": "https://api.test-paris.happy-dev.fr/groups/",
|
||||||
"joboffers": "https://api.test-paris.happy-dev.fr/sources/job-offers/",
|
"joboffers": "https://api.test-paris.happy-dev.fr/job-offers/",
|
||||||
"projects": "https://api.test-paris.happy-dev.fr/sources/projects/",
|
"projects": "https://api.test-paris.happy-dev.fr/projects/",
|
||||||
"skills": "https://api.test-paris.happy-dev.fr/skills/",
|
"skills": "https://api.test-paris.happy-dev.fr/skills/",
|
||||||
"users": "https://api.test-paris.happy-dev.fr/users/"
|
"users": "https://api.test-paris.happy-dev.fr/users/"
|
||||||
}
|
}
|
||||||
@ -52,13 +49,12 @@
|
|||||||
"cdn": "https://cdn.happy-dev.fr",
|
"cdn": "https://cdn.happy-dev.fr",
|
||||||
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||||||
"authority": "https://api.test-nantes.happy-dev.fr/openid/",
|
"authority": "https://api.test-nantes.happy-dev.fr/openid/",
|
||||||
"client_id": "621272",
|
|
||||||
"endpoints": {
|
"endpoints": {
|
||||||
"businessproviders": "https://api.test-nantes.happy-dev.fr/businessproviders/",
|
"businessproviders": "https://api.test-nantes.happy-dev.fr/businessproviders/",
|
||||||
"circles": "https://api.test-nantes.happy-dev.fr/sources/circles/",
|
"circles": "https://api.test-nantes.happy-dev.fr/circles/",
|
||||||
"groups": "https://api.test-nantes.happy-dev.fr/groups/",
|
"groups": "https://api.test-nantes.happy-dev.fr/groups/",
|
||||||
"joboffers": "https://api.test-nantes.happy-dev.fr/sources/job-offers/",
|
"joboffers": "https://api.test-nantes.happy-dev.fr/job-offers/",
|
||||||
"projects": "https://api.test-nantes.happy-dev.fr/sources/projects/",
|
"projects": "https://api.test-nantes.happy-dev.fr/projects/",
|
||||||
"skills": "https://api.test-nantes.happy-dev.fr/skills/",
|
"skills": "https://api.test-nantes.happy-dev.fr/skills/",
|
||||||
"users": "https://api.test-nantes.happy-dev.fr/users/"
|
"users": "https://api.test-nantes.happy-dev.fr/users/"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user