23 lines
		
	
	
		
			510 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			510 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "Logging": {
 | 
						|
    "LogLevel": {
 | 
						|
      "Default": "Information",
 | 
						|
      "Microsoft.AspNetCore": "Warning"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "AllowedHosts": "*",
 | 
						|
  "ConnectionStrings": {
 | 
						|
    "DefaultConnection": "Data Source=FutureMail.db"
 | 
						|
  },
 | 
						|
  "FileUpload": {
 | 
						|
    "UploadPath": "uploads",
 | 
						|
    "BaseUrl": "http://localhost:5054/uploads",
 | 
						|
    "MaxFileSize": 104857600
 | 
						|
  },
 | 
						|
  "Jwt": {
 | 
						|
    "Key": "ThisIsASecretKeyForJWTTokenGenerationAndValidation123456789",
 | 
						|
    "Issuer": "FutureMailAPI",
 | 
						|
    "Audience": "FutureMailClient"
 | 
						|
  }
 | 
						|
}
 |