27 lines
		
	
	
		
			621 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			621 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "Logging": {
 | |
|     "LogLevel": {
 | |
|       "Default": "Information",
 | |
|       "Microsoft.AspNetCore": "Warning"
 | |
|     }
 | |
|   },
 | |
|   "AllowedHosts": "*",
 | |
|   "ConnectionStrings": {
 | |
|     "MongoDB": "mongodb://admin_agile:Admin%40agileWebs@portainer.white-enciso.pro:27017/?authMechanism=SCRAM-SHA-256",
 | |
|     "Redis": "100.123.31.103:6379"
 | |
|   },
 | |
|   "MongoDb": {
 | |
|     "DatabaseName": "Inventory",
 | |
|     "LocalAudience": "InventotyLocal"
 | |
|   },
 | |
|   "DetailedErrors": true,
 | |
|   "UseRedisCache": true,
 | |
|   "CacheSettings": {
 | |
|     "DefaultCacheDurationInMinutes": 3
 | |
|   },
 | |
|   "ServiceSettings": {
 | |
|     "ApplicationName": "inventory",
 | |
|     "LayerName": "dal"
 | |
|   }
 | |
| }
 | 
