hubl/src/config.sample.json

23 lines
541 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": "833925"
},
2019-04-23 10:02:36 +00:00
"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"
},
2018-12-17 14:20:36 +00:00
"prod": {
2019-04-23 10:02:36 +00:00
"sdn": "https://api.alpha.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"
}
}