23 lines
457 B
JSON
23 lines
457 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"PostgreSqlSettings": {
|
|
"Database": "template_db",
|
|
"Username": "natlinux"
|
|
},
|
|
"jwt": {
|
|
"Key": "veryveryveryveryveryveryverysecretkey",
|
|
"Issuer": "https://localhost:7091",
|
|
"Audience": "http://localhost:5184"
|
|
},
|
|
"EmailSettings": {
|
|
"SmtpServer": "smtp.gmail.com",
|
|
"Port": 465
|
|
}
|
|
}
|