📝 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

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ riderModule.iml
/_ReSharper.Caches/ /_ReSharper.Caches/
.idea .idea
.DS_Store .DS_Store
/Keys/

View File

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

View File

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