We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2725b69 commit 0533361Copy full SHA for 0533361
README.rst
@@ -291,6 +291,17 @@ If you just want to start a single instance of the app and run it directly::
291
--generate-config \
292
--report-stats=[yes|no]
293
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>
305
# Start the app
306
python -m synapse.app.homeserver --config-path homeserver.yaml
307
0 commit comments