16 lines
428 B
JSON
16 lines
428 B
JSON
{
|
|
"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/"
|
|
}
|
|
}
|
|
} |