Files
tatort/config_prod.json
Chi Cong Tran c078266449
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
change config to new minio setup for prod
2025-12-09 10:26:30 +01:00

22 lines
532 B
JSON

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