hubl/config.sample.json

18 lines
551 B
JSON
Raw Normal View History

2019-12-02 14:22:25 +00:00
{
2020-11-26 22:21:55 +00:00
"xmppWebsocket": "wss://jabber.happy-dev.fr/xmpp-websocket",
"clientName": "My local Hubl",
"clientLogo": "/images/logo.webp",
2019-12-02 14:22:25 +00:00
"authority": "http://localhost:8000/",
"endpoints": {
2020-11-26 22:21:55 +00:00
"get": {
2021-02-17 17:40:12 +00:00
"communities": "http://localhost:8000/open-communities/",
2020-11-26 22:21:55 +00:00
"skills": "http://localhost:8000/skills/",
2020-12-14 10:24:35 +00:00
"users": "http://localhost:8000/users/"
2020-11-26 22:21:55 +00:00
},
"post": {
2021-02-17 17:40:12 +00:00
"communities": "http://localhost:8000/communities/",
2020-11-26 22:21:55 +00:00
"users": "http://localhost:8000/users/",
2020-12-14 10:24:35 +00:00
"upload": "http://localhost:8000/upload/"
2020-11-26 22:21:55 +00:00
}
2020-05-08 13:27:44 +00:00
}
2020-11-26 22:21:55 +00:00
}