diff --git a/src/config.sample.json b/src/config.sample.json
index a0748eb48200f17f6942261b5c7d067b96f96cfe..2b026358ae375d1e45c9fae1bb75752833d23846 100644
--- a/src/config.sample.json
+++ b/src/config.sample.json
@@ -3,7 +3,6 @@
     "cdn": "https://cdn.happy-dev.fr",
     "xmpp": "https://jabber.happy-dev.fr/http-bind/",
     "authority": "http://127.0.0.1:8000/openid/",
-    "client_id": "000000",
     "endpoints": {
       "businessproviders": "http://127.0.0.1:8000/businessproviders/",
       "circles": "http://127.0.0.1:8000/circles/",
@@ -19,7 +18,6 @@
     "cdn": "https://cdn.happy-dev.fr",
     "xmpp": "https://jabber.happy-dev.fr/http-bind/",
     "authority": "https://api.alpha.happy-dev.fr/openid/",
-    "client_id": "218707",
     "endpoints": {
       "businessproviders": "https://api.alpha.happy-dev.fr/businessproviders/",
       "circles": "https://api.alpha.happy-dev.fr/circles/",
@@ -36,13 +34,12 @@
     "cdn": "https://cdn.happy-dev.fr",
     "xmpp": "https://jabber.happy-dev.fr/http-bind/",
     "authority": "https://api.test-paris.happy-dev.fr/openid/",
-    "client_id": "196656",
     "endpoints": {
       "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/",
-      "joboffers": "https://api.test-paris.happy-dev.fr/sources/job-offers/",
-      "projects": "https://api.test-paris.happy-dev.fr/sources/projects/",
+      "joboffers": "https://api.test-paris.happy-dev.fr/job-offers/",
+      "projects": "https://api.test-paris.happy-dev.fr/projects/",
       "skills": "https://api.test-paris.happy-dev.fr/skills/",
       "users": "https://api.test-paris.happy-dev.fr/users/"
     } 
@@ -52,13 +49,12 @@
     "cdn": "https://cdn.happy-dev.fr",
     "xmpp": "https://jabber.happy-dev.fr/http-bind/",
     "authority": "https://api.test-nantes.happy-dev.fr/openid/",
-    "client_id": "621272",
     "endpoints": {
       "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/",
-      "joboffers": "https://api.test-nantes.happy-dev.fr/sources/job-offers/",
-      "projects": "https://api.test-nantes.happy-dev.fr/sources/projects/",
+      "joboffers": "https://api.test-nantes.happy-dev.fr/job-offers/",
+      "projects": "https://api.test-nantes.happy-dev.fr/projects/",
       "skills": "https://api.test-nantes.happy-dev.fr/skills/",
       "users": "https://api.test-nantes.happy-dev.fr/users/"
     }