hubl/src/config.sample.json

29 lines
734 B
JSON
Raw Normal View History

2018-12-17 14:20:36 +00:00
{
"dev": {
"sdn": "http://127.0.0.1:8000",
"cdn": "https://cdn.happy-dev.fr",
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"client_id": "000000"
2018-12-17 14:20:36 +00:00
},
"alpha": {
"sdn": "https://api.alpha.happy-dev.fr",
2019-04-23 10:02:36 +00:00
"cdn": "https://cdn.happy-dev.fr",
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"client_id": "218707"
2019-04-23 10:02:36 +00:00
},
"paris": {
"sdn": "https://api.test-paris.happy-dev.fr",
"cdn": "https://cdn.happy-dev.fr",
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"client_id": "196656"
},
"nantes": {
"sdn": "https://api.test-nantes.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": "621272"
2018-12-17 14:20:36 +00:00
}
}