24 lines
743 B
JSON
24 lines
743 B
JSON
|
{
|
||
|
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||
|
"authority": "http://localhost:8000/",
|
||
|
"clientName": "Sib App",
|
||
|
"clientLogo": "/images/logo.png",
|
||
|
"clientLogoHeight": "32px",
|
||
|
"clientCSS": "/path/to/custom.css",
|
||
|
"authorityName": "djangoldp-server-name",
|
||
|
"endpoints": {
|
||
|
"get": {
|
||
|
"circles": "http://localhost:8000/circles/",
|
||
|
"projects": "http://localhost:8000/projects/",
|
||
|
"customers": "http://localhost:8000/customers/",
|
||
|
"users": "http://localhost:8000/users/"
|
||
|
},
|
||
|
"post": {
|
||
|
"circles": "http://localhost:8000/circles/",
|
||
|
"projects": "http://localhost:8000/projects/",
|
||
|
"customers": "http://localhost:8000/customers/",
|
||
|
"users": "http://localhost:8000/users/"
|
||
|
}
|
||
|
}
|
||
|
}
|