2019-12-02 14:22:25 +00:00
|
|
|
{
|
|
|
|
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
|
|
|
"authority": "http://localhost:8000/",
|
2020-02-03 13:39:14 +00:00
|
|
|
"clientName": "Sib App",
|
2020-01-16 19:31:28 +00:00
|
|
|
"clientLogo": "/images/logo.png",
|
2020-02-03 13:39:14 +00:00
|
|
|
"clientLogoHeight": "32px",
|
|
|
|
"clientCSS": "/path/to/custom.css",
|
2020-01-16 19:31:28 +00:00
|
|
|
"authorityName": "djangoldp-server-name",
|
2020-02-10 12:59:23 +00:00
|
|
|
"publicDirectory": false,
|
2019-12-02 14:22:25 +00:00
|
|
|
"endpoints": {
|
|
|
|
"circles": "http://localhost:8000/circles/",
|
|
|
|
"projects": "http://localhost:8000/projects/",
|
2020-01-09 14:21:17 +00:00
|
|
|
"customers": "http://localhost:8000/customers/",
|
2020-02-03 14:43:16 +00:00
|
|
|
"events": "http://localhost:8000/events/",
|
2020-02-03 15:07:32 +00:00
|
|
|
"typeevents": "http://localhost:8000/typeevents/",
|
|
|
|
"users": "http://localhost:8000/users/",
|
|
|
|
"uploads": "http://localhost:8000/upload/"
|
2019-12-02 14:22:25 +00:00
|
|
|
}
|
|
|
|
}
|