hubl/config.sample.json

13 lines
391 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",
2020-08-24 12:50:22 +00:00
"clientName": "Hubl",
"clientLogo": "https://cdn.startinblox.com/logos/hubl-logo.png",
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
}