hubl/docker/config.json

25 lines
650 B
JSON
Raw Normal View History

2020-05-19 13:13:30 +00:00
{
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"authority": "$SERVER",
"authorityName": "djangoldp-server-name",
2020-05-27 06:44:54 +00:00
"publicDirectory": true,
2020-05-19 13:13:30 +00:00
"endpoints": {
"get": {
"circles": "$SERVER/circles/",
2020-05-27 06:44:54 +00:00
"dashboards": "$SERVER/dashboards/",
2020-05-19 13:13:30 +00:00
"groups": "$SERVER/groups/",
2020-05-27 06:44:54 +00:00
"users": "$SERVER/users/",
"skills": "$SERVER/skills/",
"uploads": "$SERVER/upload/"
2020-05-19 13:13:30 +00:00
},
"post": {
"circles": "$SERVER/circles/",
2020-05-27 06:44:54 +00:00
"dashboards": "$SERVER/dashboards/",
2020-05-19 13:13:30 +00:00
"groups": "$SERVER/groups/",
2020-05-27 06:44:54 +00:00
"users": "$SERVER/users/",
"skills": "$SERVER/skills/",
"uploads": "$SERVER/upload/"
2020-05-19 13:13:30 +00:00
}
2020-05-27 06:44:54 +00:00
}
2020-05-19 13:13:30 +00:00
}