22 lines
		
	
	
		
			435 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			435 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "Logging": {
 | |
|     "LogLevel": {
 | |
|       "Default": "Information",
 | |
|       "Microsoft.AspNetCore": "Warning"
 | |
|     }
 | |
|   },
 | |
|   "AllowedHosts": "*",
 | |
| 
 | |
|   "urls": "http://*:5000",
 | |
| 
 | |
|   "ConnectionStrings": {
 | |
|     "connectionString": "Host=localhost;Port=5432;Database=visa;Username=postgres;Password=Qwerty123456!"
 | |
|   },
 | |
| 
 | |
|   "JwtSettings": {
 | |
|     "Issuer":"visaAPI",
 | |
|     "Audience":"visaClient",
 | |
|     "Key": "frsjiajfapojrpwauflakpiowaidoaplakrf"
 | |
|   }
 | |
| }
 |