update: fixes for development usage

This commit is contained in:
Jean-Baptiste Pasquier
2019-12-02 15:22:25 +01:00
parent 33e2278ffb
commit 1b8f3e7b7f
9 changed files with 217 additions and 116 deletions

12
config.sample.json Normal file
View File

@ -0,0 +1,12 @@
{
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"authority": "http://localhost:8000/",
"endpoints": {
"circles": "http://localhost:8000/circles/",
"groups": "http://localhost:8000/groups/",
"joboffers": "http://localhost:8000/job-offers/",
"projects": "http://localhost:8000/projects/",
"skills": "http://localhost:8000/skills/",
"users": "http://localhost:8000/users/"
}
}