diff --git a/src/config.sample.json b/src/config.sample.json
index 085b3148b68d42af6ed6162fe0003801cda5d6a3..743f6eb48a34df828c4988752bcd96b1f4c6c7c7 100644
--- a/src/config.sample.json
+++ b/src/config.sample.json
@@ -6,8 +6,15 @@
     "client_id": "833925"
   },
 
+  "staging": {
+    "sdn": "http://test-paris.happy-dev.fr",
+    "cdn": "https://cdn.happy-dev.fr",
+    "xmpp": "https://jabber.happy-dev.fr/http-bind/",
+    "client_id": "833925"
+  },
+
   "prod": {
-    "sdn": "https://test-paris.happy-dev.fr",
+    "sdn": "https://api.alpha.happy-dev.fr",
     "cdn": "https://cdn.happy-dev.fr",
     "xmpp": "https://jabber.happy-dev.fr/http-bind/",
     "client_id": "833925"