diff --git a/config.json b/config.json index 8ab9cb8..aba0e96 100644 --- a/config.json +++ b/config.json @@ -1,17 +1,22 @@ { - "minio": { - "endPoint": "sws3.innovation-hub-niedersachsen.de", - "port": 443, - "useSSL": true, - "accessKey": "wjpKrmaqXra99rX3D61H", - "secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u" - }, - "jwt": { - "secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB", - "expiresIn": 3600 - }, - "auth": { - "admin": { "password": "A-InnoHUB_2025!", "admin": true }, - "user": { "password": "U-InnoHUB_2025!", "admin": false } - } + "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 + } + } } \ No newline at end of file diff --git a/config_prod.json b/config_prod.json index 8ab9cb8..aba0e96 100644 --- a/config_prod.json +++ b/config_prod.json @@ -1,17 +1,22 @@ { - "minio": { - "endPoint": "sws3.innovation-hub-niedersachsen.de", - "port": 443, - "useSSL": true, - "accessKey": "wjpKrmaqXra99rX3D61H", - "secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u" - }, - "jwt": { - "secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB", - "expiresIn": 3600 - }, - "auth": { - "admin": { "password": "A-InnoHUB_2025!", "admin": true }, - "user": { "password": "U-InnoHUB_2025!", "admin": false } - } + "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 + } + } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 19b3070..9553f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1461,9 +1461,9 @@ } }, "node_modules/@sveltejs/kit": { - "version": "2.49.0", - "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.49.0.tgz", - "integrity": "sha512-oH8tXw7EZnie8FdOWYrF7Yn4IKrqTFHhXvl8YxXxbKwTMcD/5NNCryUSEXRk2ZR4ojnub0P8rNrsVGHXWqIDtA==", + "version": "2.49.2", + "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.49.2.tgz", + "integrity": "sha512-Vp3zX/qlwerQmHMP6x0Ry1oY7eKKRcOWGc2P59srOp4zcqyn+etJyQpELgOi4+ZSUgteX8Y387NuwruLgGXLUQ==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.0.0", @@ -4534,12 +4534,12 @@ } }, "node_modules/jws": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", - "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.3.tgz", + "integrity": "sha512-byiJ0FLRdLdSVSReO/U4E7RoEyOCKnEnEPMjq3HxWtvzLsV08/i5RQKsFVNkCldrCaPr2vDNAOMsfs8T/Hze7g==", "license": "MIT", "dependencies": { - "jwa": "^1.4.1", + "jwa": "^1.4.2", "safe-buffer": "^5.0.1" } }, diff --git a/src/routes/(token-based)/list/[vorgang]/+page.svelte b/src/routes/(token-based)/list/[vorgang]/+page.svelte index 592f0ef..1829752 100644 --- a/src/routes/(token-based)/list/[vorgang]/+page.svelte +++ b/src/routes/(token-based)/list/[vorgang]/+page.svelte @@ -1,4 +1,5 @@