diff --git a/README.md b/README.md index 6d60204..6d64f63 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # docker-synapse-rest-auth +``` +password_providers: + - module: "rest_auth_provider.RestAuthProvider" + config: + endpoint: http://10.10.10.6:8090 + policy: + registration: + username: + enforceLowercase: false + profile: + name: true + login: + profile: + name: false + +```