Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kpogromskiy authored Aug 4, 2022
1 parent 0533361 commit 1b478dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,15 +293,15 @@ If you just want to start a single instance of the app and run it directly::

# Add Velas Account Auth Provider
Append homeserver.yaml with the following:
<code>
`
password_providers:
- module: "synapse.handlers.vaccount_auth.VaccountAuthProvider"
config:
REDIS_HOSTNAME: "redis"
REDIS_PASS: "development"
REDIS_REPLICATION_MODE: "master"
REDIS_PORT: 6379
</code>
`
# Start the app
python -m synapse.app.homeserver --config-path homeserver.yaml

Expand Down

0 comments on commit 1b478dc

Please sign in to comment.