2019-12-02 14:22:25 +00:00
|
|
|
{
|
|
|
|
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
|
|
|
"authority": "http://localhost:8000/",
|
2020-01-16 19:31:28 +00:00
|
|
|
"clientLogo": "/images/logo.png",
|
|
|
|
"authorityName": "djangoldp-server-name",
|
|
|
|
"clientName": "Sib App",
|
2019-12-02 14:22:25 +00:00
|
|
|
"endpoints": {
|
2019-12-10 13:54:49 +00:00
|
|
|
"businessproviders": "http://localhost:8000/businessproviders/",
|
2019-12-02 14:22:25 +00:00
|
|
|
"circles": "http://localhost:8000/circles/",
|
|
|
|
"groups": "http://localhost:8000/groups/",
|
|
|
|
"joboffers": "http://localhost:8000/job-offers/",
|
|
|
|
"projects": "http://localhost:8000/projects/",
|
2020-01-09 14:21:17 +00:00
|
|
|
"customers": "http://localhost:8000/customers/",
|
2019-12-02 14:22:25 +00:00
|
|
|
"skills": "http://localhost:8000/skills/",
|
|
|
|
"users": "http://localhost:8000/users/"
|
|
|
|
}
|
|
|
|
}
|