Procházet zdrojové kódy

Merge pull request #182 from eMPee584/better-rest-auth-sample-endpoint

Provide a sample rest_auth_endpoint close to actual setup
pull/183/head
Slavi Pantaleev před 6 roky
committed by GitHub
rodič
revize
43c53aaab6
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      docs/configuring-playbook-rest-auth.md

+ 2
- 2
docs/configuring-playbook-rest-auth.md Zobrazit soubor

@@ -8,8 +8,8 @@ If you decide that you'd like to let this playbook install it for you, you need


```yaml ```yaml
matrix_synapse_ext_password_provider_rest_auth_enabled: true matrix_synapse_ext_password_provider_rest_auth_enabled: true
matrix_synapse_ext_password_provider_rest_auth_endpoint: "http://change.me.example.com:12345"
matrix_synapse_ext_password_provider_rest_auth_endpoint: "http://matrix-mxisd:8090"
matrix_synapse_ext_password_provider_rest_auth_registration_enforce_lowercase: false matrix_synapse_ext_password_provider_rest_auth_registration_enforce_lowercase: false
matrix_synapse_ext_password_provider_rest_auth_registration_profile_name_autofill: true matrix_synapse_ext_password_provider_rest_auth_registration_profile_name_autofill: true
matrix_synapse_ext_password_provider_rest_auth_login_profile_name_autofill: false matrix_synapse_ext_password_provider_rest_auth_login_profile_name_autofill: false
```
```

Načítá se…
Zrušit
Uložit