18 lines
367 B
Plaintext
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 }
|
|
}
|
|
}
|