mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
||
"Logging": {
|
||
"LogLevel": {
|
||
"Default": "Information",
|
||
"Microsoft.AspNetCore": "Warning"
|
||
}
|
||
},
|
||
"ConnectionStrings": {
|
||
"GovorDbContext": "Host=localhost;Port=5432;Database=DbGovor;Username=postgres;Password=stalcker;"
|
||
},
|
||
"AllowedHosts": "*",
|
||
"JwtOption": {
|
||
"SecretKeу": "MY VERY SECRET KEY asdasdpafjhasofafpajsfj",
|
||
"Hours": "24"
|
||
}
|
||
}
|