Files
k3s/tatort/config.json.sample
2025-02-26 07:39:00 +01:00

18 lines
367 B
Plaintext

{
"minio": {
"endPoint": "s3.home.arpa",
"port": 9000,
"useSSL": true,
"accessKey": "tMhLrfog47lMm0HZ",
"secretKey": "v0e32UlzMsTKMpnizNDWAMbQ9Gk7ZTeV"
},
"jwt": {
"secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB",
"expiresIn": 3600
},
"auth": {
"admin": { "password": "admin", "admin": true },
"teimar70": { "password": "test", "admin": false }
}
}