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

View File

@ -1,17 +0,0 @@
{
"development": {
"cdn": "https://cdn.happy-dev.fr",
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"authority": "http://127.0.0.1:8000/openid/",
"clientName": "SIB App",
"endpoints": {
"businessproviders": "http://127.0.0.1:8000/businessproviders/",
"circles": "http://127.0.0.1:8000/circles/",
"groups": "http://127.0.0.1:8000/groups/",
"joboffers": "http://127.0.0.1:8000/job-offers/",
"projects": "http://127.0.0.1:8000/projects/",
"skills": "http://127.0.0.1:8000/skills/",
"users": "http://127.0.0.1:8000/users/"
}
}
}

View File

@ -1,8 +0,0 @@
{
"inbox": "http://happy-dev.fr/owl/#inbox",
"object": "http://happy-dev.fr/owl/#object",
"author": "http://happy-dev.fr/owl/#author",
"account": "http://happy-dev.fr/owl/#account",
"jabberID": "foaf:jabberID"
}

View File

@ -25,4 +25,10 @@ script(type="module" src="https://unpkg.com/@startinblox/component-notifications
//- Context - Fix for LDFlex
script(data-default-context, type="application/ld+json")
include context.jsonld
| {
| "inbox": "http://happy-dev.fr/owl/#inbox",
| "object": "http://happy-dev.fr/owl/#object",
| "author": "http://happy-dev.fr/owl/#author",
| "account": "http://happy-dev.fr/owl/#account",
| "jabberID": "foaf:jabberID"
| }

View File

@ -19,4 +19,4 @@ div#viewport {
@import 'layout/project-profile/index';
@import 'layout/circle/index';
@import 'layout/user/index';
}
}