📝 Update example config
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -6,3 +6,4 @@ riderModule.iml
 | 
				
			|||||||
/_ReSharper.Caches/
 | 
					/_ReSharper.Caches/
 | 
				
			||||||
.idea
 | 
					.idea
 | 
				
			||||||
.DS_Store
 | 
					.DS_Store
 | 
				
			||||||
 | 
					/Keys/
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user