hubl/config.sample.federated.json

17 lines
446 B
JSON
Raw Normal View History

{
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"authority": "http://localhost:8000/",
"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
}
}