Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
communications-backbone
Commits
dab26204
Unverified
Commit
dab26204
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
docs: explain expectation for config in production
parent
35f239e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
README.md
README.md
+7
-0
No files found.
README.md
View file @
dab26204
...
...
@@ -93,6 +93,10 @@ or from specific known client domains you can create an
This can also be used to limit requests to specified endpoints.
The default config is intended for running a local development
environment. For production it is expected that the config file
will exist with settings like the following:
```
json
{
"cors"
:
{
...
...
@@ -110,6 +114,9 @@ This can also be used to limit requests to specified endpoints.
}
```
This opens up the all endpoints except for the
`/client`
endpoint.
For now we expect client administration to be managed centrally.
#### Event bus
In your virtual environment:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment