📝 Update example config

This commit is contained in:
2025-09-18 01:15:10 +08:00
parent 96559a2c26
commit 1a5723c880
3 changed files with 4 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
"Label": "Minio",
"Region": "auto",
"Bucket": "solar-network-development",
"Endpoint": "localhost:9000",
"Endpoint": "minio.orb.local:9000",
"SecretId": "littlesheep",
"SecretKey": "password",
"EnabledSigned": true,

View File

@@ -22,8 +22,8 @@
},
"AuthToken": {
"CookieDomain": "localhost",
"PublicKeyPath": "Keys/PublicKey.pem",
"PrivateKeyPath": "Keys/PrivateKey.pem"
"PublicKeyPath": "/app/keys/PublicKey.pem",
"PrivateKeyPath": "/app/keys/PrivateKey.pem"
},
"OidcProvider": {
"IssuerUri": "https://nt.solian.app",