change config to new minio setup
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-12-09 10:01:52 +01:00
parent 9bb4d23a2d
commit 68823d6ced

View File

@@ -1,17 +1,22 @@
{ {
"minio": { "minio": {
"endPoint": "sws3.innovation-hub-niedersachsen.de", "endPoint": "api-s3.innovation-hub-niedersachsen.de",
"port": 443, "port": 443,
"useSSL": true, "accessKey": "AbCdEfGhIjKlMnOpQrSt",
"accessKey": "wjpKrmaqXra99rX3D61H", "secretKey": "UvWxYz1234567890AbCdEfGhIjKlMnOpQrStUvWx"
"secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u" },
}, "jwt": {
"jwt": { "secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB",
"secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB", "expiresIn": 3600
"expiresIn": 3600 },
}, "auth": {
"auth": { "admin": {
"admin": { "password": "A-InnoHUB_2025!", "admin": true }, "password": "A-InnoHUB_2025!",
"user": { "password": "U-InnoHUB_2025!", "admin": false } "admin": true
} },
"user": {
"password": "U-InnoHUB_2025!",
"admin": false
}
}
} }