Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Commits
78f3025a
Commit
78f3025a
authored
5 years ago
by
Benoit Alessandroni
Browse files
Options
Downloads
Plain Diff
Merge branch 'staging' into extends-config-json
parents
998fa609
80d6ca10
No related branches found
No related tags found
1 merge request
!112
Extends config json
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
config.sample.federated.json
+6
-2
6 additions, 2 deletions
config.sample.federated.json
config.sample.json
+3
-1
3 additions, 1 deletion
config.sample.json
with
10 additions
and
4 deletions
README.md
+
1
−
1
View file @
78f3025a
...
...
@@ -47,7 +47,7 @@ Current Sib App capabilities:
| Base |
`djangoldp_account`
,
`djangoldp_profile`
,
`djangoldp_notification`
,
`oidc_provider`
|
`users`
|
| Circles |
`djangoldp_circle`
|
`circles`
|
| Projects |
`djangoldp_project`
|
`projects`
,
`customers`
|
| Events |
`djangoldp_event`
|
`events`
|
| Events |
`djangoldp_event`
|
`events`
,
`typeevents`
,
`uploads`
|
Federated Sib App needs to use
`config.sample.federated.json`
example.
...
...
This diff is collapsed.
Click to expand it.
config.sample.federated.json
+
6
−
2
View file @
78f3025a
...
...
@@ -12,14 +12,18 @@
"projects"
:
"http://localhost:8000/projects/"
,
"customers"
:
"http://localhost:8000/customers/"
,
"events"
:
"http://localhost:8000/events/"
,
"users"
:
"http://localhost:8000/users/"
"typeevents"
:
"http://localhost:8000/typeevents/"
,
"users"
:
"http://localhost:8000/users/"
,
"uploads"
:
"http://localhost:8000/upload/"
},
"post"
:
{
"circles"
:
"http://localhost:8000/circles/"
,
"projects"
:
"http://localhost:8000/projects/"
,
"customers"
:
"http://localhost:8000/customers/"
,
"events"
:
"http://localhost:8000/events/"
,
"users"
:
"http://localhost:8000/users/"
"typeevents"
:
"http://localhost:8000/typeevents/"
,
"users"
:
"http://localhost:8000/users/"
,
"uploads"
:
"http://localhost:8000/upload/"
}
}
}
This diff is collapsed.
Click to expand it.
config.sample.json
+
3
−
1
View file @
78f3025a
...
...
@@ -11,6 +11,8 @@
"projects"
:
"http://localhost:8000/projects/"
,
"customers"
:
"http://localhost:8000/customers/"
,
"events"
:
"http://localhost:8000/events/"
,
"users"
:
"http://localhost:8000/users/"
"typeevents"
:
"http://localhost:8000/typeevents/"
,
"users"
:
"http://localhost:8000/users/"
,
"uploads"
:
"http://localhost:8000/upload/"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment