hubl/src/config.sample.json

17 lines
570 B
JSON
Raw Normal View History

2018-12-17 14:20:36 +00:00
{
"development": {
2018-12-17 14:20:36 +00:00
"cdn": "https://cdn.happy-dev.fr",
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
2019-06-24 11:56:49 +00:00
"authority": "http://127.0.0.1:8000/openid/",
"endpoints": {
"businessproviders": "http://127.0.0.1:8000/businessproviders/",
"circles": "http://127.0.0.1:8000/circles/",
"groups": "http://127.0.0.1:8000/groups/",
"joboffers": "http://127.0.0.1:8000/job-offers/",
"projects": "http://127.0.0.1:8000/projects/",
"skills": "http://127.0.0.1:8000/skills/",
"users": "http://127.0.0.1:8000/users/"
}
2018-12-17 14:20:36 +00:00
}
}