26 lines
914 B
JSON
26 lines
914 B
JSON
{
|
|
|
|
"ConnectionStrings": {
|
|
"ConnectionString": "server=localhost;database=CleanArchitectureV3;user=root;password=securePassword",
|
|
"IdentityConnectionString": "server=localhost;database=CleanArchitecture.Security;user=root;password=securePassword"
|
|
},
|
|
"EmailSettings": {
|
|
"FromAddress": "alejandro@asarmiento.es",
|
|
"ApiKey": "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",
|
|
"FromName": "Alejandro Sarmiento"
|
|
},
|
|
"JwtSettings": {
|
|
"Key": "CjF*Hp$pHvsx$%wsSyfpMevUrzj@%TJv3ZjNPk34daE7N%3KjrjCnv2V76uRY8bCtH5aduTmMwdiuh%QP3iYEh$Fy*XDzz7S&pFyyZVDLDwTdFDxrP9m#A@MBgV6oNCf",
|
|
"Issuer": "CleanArchitectureAlejandroSarmiento",
|
|
"Audience": "CleanArchitectureUsers",
|
|
"DurationInMinutes": 360
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|