diff --git a/conf/config.json.example b/conf/config.json.example index 96087d7..5b9bfe1 100644 --- a/conf/config.json.example +++ b/conf/config.json.example @@ -30,6 +30,13 @@ "allowFraming": false, "addGoogleAnalytics": false }, + "minio": { + "accessKey": "", + "secretKey": "", + "endPoint": "localhost", + "port": 9000, + "secure": false + }, "db": { "username": "__DB_USER__", "password": "__DB_PWD__",