hubl/config.sample.json

11 lines
300 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/",
"authorityName": "djangoldp-server-name",
2019-12-02 14:22:25 +00:00
"endpoints": {
2020-05-19 13:13:30 +00:00
"groups": "http://localhost:8000/groups/",
2020-05-08 13:27:44 +00:00
"skills": "http://localhost:8000/skills/",
2020-05-19 13:13:30 +00:00
"users": "http://localhost:8000/users/"
2020-05-08 13:27:44 +00:00
}
2019-12-02 14:22:25 +00:00
}