hubl/src/config.json

16 lines
431 B
JSON
Raw Normal View History

2018-12-17 14:20:36 +00:00
{
"dev": {
2018-12-18 16:59:11 +00:00
//"sdn": "http://127.0.0.1:8000",
"sdn": "https://test-paris.happy-dev.fr",
2018-12-17 14:20:36 +00:00
"cdn": "https://cdn.happy-dev.fr",
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"client_id": "833925"
2018-12-18 16:59:11 +00:00
//"client_id": "499509"
2018-12-17 14:20:36 +00:00
},
"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"
}
2018-12-17 15:42:16 +00:00
}