Use YAML in config example.

This commit is contained in:
Julien Fontanet 2015-03-18 17:24:36 +01:00
parent 9390eacb7c
commit c9b502c72b

View File

@ -5,13 +5,10 @@
To enable this plugin you have to add it into the configuration file
of XO-Server:
```json
{
"plugins": {
"auth-ldap": {
"uri": "ldap://ldap.example.org",
"base": "ou=people,dc=example,dc=org"
}
}
}
```yaml
plugins:
auth-ldap:
uri: "ldap://ldap.example.org",
base: "ou=people,dc=example,dc=org"
```