hubl/config.sample.json

14 lines
479 B
JSON
Raw Normal View History

2019-12-02 14:22:25 +00:00
{
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"authority": "http://localhost:8000/",
"endpoints": {
2019-12-10 13:54:49 +00:00
"businessproviders": "http://localhost:8000/businessproviders/",
2019-12-02 14:22:25 +00:00
"circles": "http://localhost:8000/circles/",
"groups": "http://localhost:8000/groups/",
"joboffers": "http://localhost:8000/job-offers/",
"projects": "http://localhost:8000/projects/",
"skills": "http://localhost:8000/skills/",
"users": "http://localhost:8000/users/"
}
}