diff options
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example index 3bdb94a..1760685 100644 --- a/config.json.example +++ b/config.json.example @@ -25,6 +25,9 @@ "group_can_admin": "gid=admin,ou=groups,dc=bottin,dc=eu", "group_can_invite": "", + "s3_admin_endpoint": "localhost:3903", + "s3_admin_token": "GlXP43PWH3LuvEGSNxKYzZCyUss8VqZmarBU+HUlrxw=", + "s3_endpoint": "localhost", "s3_access_key": "", "s3_secret_key": "", |