22 lines
753 B
JSON
22 lines
753 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Information",
|
|
"Microsoft.AspNetCore.SpaProxy": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"MssqlConnection": "Server=localhost,1433;Initial Catalog=Hutopy;User Id=sa;Password=P@ssword123!;MultipleActiveResultSets=true;TrustServerCertificate=True;MultiSubnetFailover=True",
|
|
"PostgresConnection": "Server=localhost,5432;Database=Hutopy;Uid=sa;Pwd=P@ssword123!;"
|
|
},
|
|
"Authentication": {
|
|
"Jwt": {
|
|
"Lifetime": "1.00:00:00",
|
|
"Audience": "hutopy",
|
|
"Issuer": "https://auth.hutopy.com",
|
|
"Key": "b2df428b9929d3ace7c598bbf4e496b2f0b71ab3cd4f94540356cfc35b000000"
|
|
}
|
|
}
|
|
} |