From e0a659b5eb592d28bb9c6ba2fb39c104d8150faa Mon Sep 17 00:00:00 2001 From: Gaelle Morin Date: Thu, 20 Dec 2018 16:15:17 +0100 Subject: [PATCH] config.json removed --- src/config.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/config.json diff --git a/src/config.json b/src/config.json deleted file mode 100644 index 699b69f..0000000 --- a/src/config.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "dev": { - //"sdn": "http://127.0.0.1:8000", - "sdn": "https://test-paris.happy-dev.fr", - "cdn": "https://cdn.happy-dev.fr", - "xmpp": "https://jabber.happy-dev.fr/http-bind/", - //"client_id": "499509" - "client_id": "833925" - }, - "prod": { - "sdn": "https://test-paris.happy-dev.fr", - "cdn": "https://cdn.happy-dev.fr", - "xmpp": "https://jabber.happy-dev.fr/http-bind/", - "client_id": "833925" - } -} \ No newline at end of file