Skip to content
Snippets Groups Projects
config.sample.json 428 B
{
  "xmppWebsocket": "wss://jabber.happy-dev.fr/xmpp-websocket",
  "clientName": "My local Hubl",
  "clientLogo": "/images/logo.webp",
  "authority": "http://localhost:8000/",
  "endpoints": {
    "get": {
      "skills": "http://localhost:8000/skills/",
      "users": "http://localhost:8000/users/"
    },
    "post": {
      "users": "http://localhost:8000/users/",
      "upload": "http://localhost:8000/upload/"
    }
  }
}