21 lines
		
	
	
		
			435 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			435 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "Logging": {
 | |
|     "LogLevel": {
 | |
|       "Default": "Information",
 | |
|       "Microsoft.AspNetCore": "Warning"
 | |
|     }
 | |
|   },
 | |
|   "AllowedHosts": "*",
 | |
| 
 | |
|   "ConnectionStrings": {
 | |
|     "developmentDB": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=visadb;Integrated Security=True;",
 | |
|     "normal'naya db": ""
 | |
|   },
 | |
| 
 | |
|   "JwtSettings": {
 | |
|     "Issuer":"visaAPI",
 | |
|     "Audience":"visaClient",
 | |
|     "Key": "frsjiajfapojrpwauflakpiowaidoaplakrf"
 | |
|   }
 | |
| }
 |