Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
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
Monitor
Service Desk
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
Maunium
synapse
Commits
82b0361f
Commit
82b0361f
authored
6 years ago
by
Michael Kaye
Committed by
Neil Johnson
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Document macaroon env var correctly
parent
1b1b47ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/docker/README.md
+2
-2
2 additions, 2 deletions
contrib/docker/README.md
with
2 additions
and
2 deletions
contrib/docker/README.md
+
2
−
2
View file @
82b0361f
...
@@ -111,8 +111,6 @@ variables are available for configuration:
...
@@ -111,8 +111,6 @@ variables are available for configuration:
*
``SYNAPSE_SERVER_NAME``
(mandatory), the current server public hostname.
*
``SYNAPSE_SERVER_NAME``
(mandatory), the current server public hostname.
*
``SYNAPSE_REPORT_STATS``
, (mandatory,
``yes``
or
``no``
), enable anonymous
*
``SYNAPSE_REPORT_STATS``
, (mandatory,
``yes``
or
``no``
), enable anonymous
statistics reporting back to the Matrix project which helps us to get funding.
statistics reporting back to the Matrix project which helps us to get funding.
*
``SYNAPSE_MACAROON_SECRET_KEY``
(mandatory) secret for signing access tokens
to the server, set this to a proper random key.
*
``SYNAPSE_NO_TLS``
, set this variable to disable TLS in Synapse (use this if
*
``SYNAPSE_NO_TLS``
, set this variable to disable TLS in Synapse (use this if
you run your own TLS-capable reverse proxy).
you run your own TLS-capable reverse proxy).
*
``SYNAPSE_ENABLE_REGISTRATION``
, set this variable to enable registration on
*
``SYNAPSE_ENABLE_REGISTRATION``
, set this variable to enable registration on
...
@@ -132,6 +130,8 @@ Shared secrets, that will be initialized to random values if not set:
...
@@ -132,6 +130,8 @@ Shared secrets, that will be initialized to random values if not set:
*
``SYNAPSE_REGISTRATION_SHARED_SECRET``
, secret for registrering users if
*
``SYNAPSE_REGISTRATION_SHARED_SECRET``
, secret for registrering users if
registration is disable.
registration is disable.
*
``SYNAPSE_MACAROON_SECRET_KEY``
secret for signing access tokens
to the server.
Database specific values (will use SQLite if not set):
Database specific values (will use SQLite if not set):
...
...
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