Feature/cypressio

This commit is contained in:
Plup
2020-05-19 13:13:30 +00:00
committed by Jean-Baptiste Pasquier
parent beed19cb42
commit 9df738a15f
19 changed files with 1614 additions and 7 deletions

18
docker/config.json Normal file
View File

@ -0,0 +1,18 @@
{
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"authority": "$SERVER",
"authorityName": "djangoldp-server-name",
"endpoints": {
"get": {
"circles": "$SERVER/circles/",
"groups": "$SERVER/groups/",
"users": "$SERVER/users/"
},
"post": {
"circles": "$SERVER/circles/",
"groups": "$SERVER/groups/",
"users": "$SERVER/users/"
}
},
"analytics": []
}