From 8baa606eee7fbe0aa3598cd6431893983aeee948 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Tue, 23 Apr 2019 10:02:36 +0000 Subject: [PATCH] Update config.sample.json for Staging --- src/config.sample.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config.sample.json b/src/config.sample.json index 085b314..743f6eb 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"