hubl/config.sample.federated.json

19 lines
537 B
JSON
Raw Normal View History

{
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"authority": "http://localhost:8000/",
2020-08-24 12:50:22 +00:00
"clientName": "Hubl",
"clientLogo": "https://cdn.startinblox.com/logos/hubl-logo.png",
"endpoints": {
"get": {
2020-05-08 13:27:44 +00:00
"skills": "http://localhost:8000/skills/",
"users": "http://localhost:8000/users/",
2020-05-08 13:27:44 +00:00
"groups": "http://localhost:8000/groups/"
},
"post": {
2020-05-08 13:27:44 +00:00
"skills": "http://localhost:8000/skills/",
"users": "http://localhost:8000/users/",
2020-05-08 13:27:44 +00:00
"groups": "http://localhost:8000/groups/"
}
2020-05-08 13:27:44 +00:00
}
}