diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-18 22:45:04 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-18 22:45:04 +0200 |
commit | 24600c8787f949d0de2596a9c6b54a38474e461a (patch) | |
tree | d37910ea960b6da08b98d8ca8a65d7e157ecfa95 /config.json.example | |
parent | e77b9ebd9c6bc1edca7233042b531a9204d8fa6d (diff) | |
download | guichet-24600c8787f949d0de2596a9c6b54a38474e461a.tar.gz guichet-24600c8787f949d0de2596a9c6b54a38474e461a.zip |
add dependency to garage
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": "", |