update: fixes for development usage
This commit is contained in:
@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
@ -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"
|
||||
| }
|
||||
|
@ -19,4 +19,4 @@ div#viewport {
|
||||
@import 'layout/project-profile/index';
|
||||
@import 'layout/circle/index';
|
||||
@import 'layout/user/index';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user