Merge pull request 'sync dev with main' (#44) from main into development
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
Reviewed-on: #44
This commit was merged in pull request #44.
This commit is contained in:
35
config.json
35
config.json
@@ -1,22 +1,17 @@
|
|||||||
{
|
{
|
||||||
"minio": {
|
"minio": {
|
||||||
"endPoint": "api-s3.innovation-hub-niedersachsen.de",
|
"endPoint": "api-s3.innovation-hub-niedersachsen.de",
|
||||||
"port": 443,
|
"port": 443,
|
||||||
"accessKey": "AbCdEfGhIjKlMnOpQrSt",
|
"useSSL": true,
|
||||||
"secretKey": "UvWxYz1234567890AbCdEfGhIjKlMnOpQrStUvWx"
|
"accessKey": "AbCdEfGhIjKlMnOpQrSt",
|
||||||
},
|
"secretKey": "UvWxYz1234567890AbCdEfGhIjKlMnOpQrStUvWx"
|
||||||
"jwt": {
|
},
|
||||||
"secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB",
|
"jwt": {
|
||||||
"expiresIn": 3600
|
"secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB",
|
||||||
},
|
"expiresIn": 3600
|
||||||
"auth": {
|
},
|
||||||
"admin": {
|
"auth": {
|
||||||
"password": "A-InnoHUB_2025!",
|
"admin": { "password": "A-InnoHUB_2025!", "admin": true },
|
||||||
"admin": true
|
"user": { "password": "U-InnoHUB_2025!", "admin": false }
|
||||||
},
|
}
|
||||||
"user": {
|
|
||||||
"password": "U-InnoHUB_2025!",
|
|
||||||
"admin": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"minio": {
|
"minio": {
|
||||||
"endPoint": "sws3.innovation-hub-niedersachsen.de",
|
"endPoint": "api-s3.innovation-hub-niedersachsen.de",
|
||||||
"port": 443,
|
"port": 443,
|
||||||
"useSSL": true,
|
"useSSL": true,
|
||||||
"accessKey": "wjpKrmaqXra99rX3D61H",
|
"accessKey": "AbCdEfGhIjKlMnOpQrSt",
|
||||||
"secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u"
|
"secretKey": "UvWxYz1234567890AbCdEfGhIjKlMnOpQrStUvWx"
|
||||||
},
|
},
|
||||||
"jwt": {
|
"jwt": {
|
||||||
"secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB",
|
"secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB",
|
||||||
|
|||||||
@@ -1,22 +1,17 @@
|
|||||||
{
|
{
|
||||||
"minio": {
|
"minio": {
|
||||||
"endPoint": "api-s3.innovation-hub-niedersachsen.de",
|
"endPoint": "api-s3.innovation-hub-niedersachsen.de",
|
||||||
"port": 443,
|
"port": 443,
|
||||||
"accessKey": "AbCdEfGhIjKlMnOpQrSt",
|
"useSSL": true,
|
||||||
"secretKey": "UvWxYz1234567890AbCdEfGhIjKlMnOpQrStUvWx"
|
"accessKey": "GxKhfnfkNvlDU7qzsz0D",
|
||||||
},
|
"secretKey": "cqSM5rIRr4MPtqzu2sNKgmB9k2OghPbyxwAWogeM"
|
||||||
"jwt": {
|
},
|
||||||
"secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB",
|
"jwt": {
|
||||||
"expiresIn": 3600
|
"secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB",
|
||||||
},
|
"expiresIn": 3600
|
||||||
"auth": {
|
},
|
||||||
"admin": {
|
"auth": {
|
||||||
"password": "A-InnoHUB_2025!",
|
"admin": { "password": "A-InnoHUB_2025!", "admin": true },
|
||||||
"admin": true
|
"user": { "password": "U-InnoHUB_2025!", "admin": false }
|
||||||
},
|
}
|
||||||
"user": {
|
|
||||||
"password": "U-InnoHUB_2025!",
|
|
||||||
"admin": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user