Skip to content

Commit 0533361

Browse files
authored
Update README.rst
1 parent 2725b69 commit 0533361

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,17 @@ If you just want to start a single instance of the app and run it directly::
291291
--generate-config \
292292
--report-stats=[yes|no]
293293

294+
# Add Velas Account Auth Provider
295+
Append homeserver.yaml with the following:
296+
<code>
297+
password_providers:
298+
- module: "synapse.handlers.vaccount_auth.VaccountAuthProvider"
299+
config:
300+
REDIS_HOSTNAME: "redis"
301+
REDIS_PASS: "development"
302+
REDIS_REPLICATION_MODE: "master"
303+
REDIS_PORT: 6379
304+
</code>
294305
# Start the app
295306
python -m synapse.app.homeserver --config-path homeserver.yaml
296307

0 commit comments

Comments
 (0)