diff --git a/.gitignore b/.gitignore index c7242c6..b869dd7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ riderModule.iml /_ReSharper.Caches/ .idea .DS_Store +/Keys/ diff --git a/settings/drive.json b/settings/drive.json index 90c148c..8ae5925 100644 --- a/settings/drive.json +++ b/settings/drive.json @@ -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, diff --git a/settings/pass.json b/settings/pass.json index dea5e59..0d1dd45 100644 --- a/settings/pass.json +++ b/settings/pass.json @@ -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",