18 lines
639 B
JSON
18 lines
639 B
JSON
{
|
|
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
|
"authority": "http://localhost:8000/",
|
|
"clientLogo": "/images/logo.png",
|
|
"authorityName": "djangoldp-server-name",
|
|
"clientName": "Sib App",
|
|
"endpoints": {
|
|
"businessproviders": "http://localhost:8000/businessproviders/",
|
|
"circles": "http://localhost:8000/circles/",
|
|
"groups": "http://localhost:8000/groups/",
|
|
"joboffers": "http://localhost:8000/job-offers/",
|
|
"projects": "http://localhost:8000/projects/",
|
|
"customers": "http://localhost:8000/customers/",
|
|
"skills": "http://localhost:8000/skills/",
|
|
"users": "http://localhost:8000/users/"
|
|
}
|
|
}
|