forked from Deuxfleurs/guichet
Fix typo in config example
This commit is contained in:
parent
59c29e9c76
commit
d26f5670bd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
"admin_account": "uid=admin,dc=example,dc=com",
|
"admin_account": "uid=admin,dc=example,dc=com",
|
||||||
"group_can_admin": "gid=admin,ou=groups,dc=example,dc=com",
|
"group_can_admin": "gid=admin,ou=groups,dc=example,dc=com",
|
||||||
"group_can_invite": ""
|
"group_can_invite": "",
|
||||||
|
|
||||||
"s3_endpoint": "garage.example.com",
|
"s3_endpoint": "garage.example.com",
|
||||||
"s3_access_key": "",
|
"s3_access_key": "",
|
||||||
|
|
Loading…
Reference in a new issue