36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "Logging": {
 | |
|     "LogLevel": {
 | |
|       "Default": "Information",
 | |
|       "Microsoft.AspNetCore": "Warning"
 | |
|     }
 | |
|   },
 | |
|   "CacheSettings": {
 | |
|     "DefaultCacheDurationInMinutes": 3
 | |
|   },
 | |
|   "Vault": {
 | |
|     "Address": "https://vault.dream-views.com/:8200",
 | |
|     "Token": "hvs.TGz6P3AsKpYuODMrs11Msiza",
 | |
|     "SecretMount": "thalos"
 | |
|   },
 | |
|   "ConnectionStrings": {
 | |
|     "BlobStorage": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFeqCnf2P==;BlobEndpoint=http://100.123.31.103:10000/devstoreaccount1;QueueEndpoint=http://100.123.31.103:10001/devstoreaccount1;TableEndpoint=http://100.123.31.103:10002/devstoreaccount1;",
 | |
|     "MongoDB": "mongodb://admin_agile:Admin%40agileWebs@portainer.white-enciso.pro:27017/?authMechanism=SCRAM-SHA-256",
 | |
|     "SqlServer": "Server=100.123.31.103,1433;Database=Blueprint;User Id=sa;Password=Alpha-Whisky-2025;TrustServerCertificate=True;",
 | |
|     "Redis": "100.123.31.103:6379"
 | |
|   },
 | |
|   "MongoDb": {
 | |
|     "DatabaseName":  "Blueprint",
 | |
|     "LocalAudience": "test",
 | |
|     "Audience": "test",
 | |
|   },
 | |
|   "BlobStorage": {
 | |
|     "ContainerName": "blueprint",
 | |
|     "AccountName": "devstoreaccount1",
 | |
|     "AccountKey": "Eby8vdM02xNOcqFeqCnf2P=="
 | |
|   },
 | |
|   "ServiceSettings": {
 | |
|     "ApplicationName": "blueprint",
 | |
|     "LayerName": "dal"
 | |
|   }
 | |
| } |