change config to new minio setup for prod
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-12-09 10:26:30 +01:00
parent 922b840c9a
commit c078266449

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": { "password": "A-InnoHUB_2025!", "admin": true }, "admin": {
"user": { "password": "U-InnoHUB_2025!", "admin": false } "password": "A-InnoHUB_2025!",
"admin": true
},
"user": {
"password": "U-InnoHUB_2025!",
"admin": false
}
} }
} }