diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-10 18:31:50 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-10 18:31:50 +0200 |
commit | d26f5670bdbb654eace14f4d3b9155307361c037 (patch) | |
tree | cb96564bf24a6709b936708131b71773f1dc3e4d /config.json.example | |
parent | 59c29e9c76952933c19f2ae9d9ae0bf7076d7e35 (diff) | |
download | guichet-d26f5670bdbb654eace14f4d3b9155307361c037.tar.gz guichet-d26f5670bdbb654eace14f4d3b9155307361c037.zip |
Fix typo in config example
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index d24d131..eb3f544 100644 --- a/config.json.example +++ b/config.json.example @@ -23,7 +23,7 @@ "admin_account": "uid=admin,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_access_key": "", |