mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
||
"Logging": {
|
||
"LogLevel": {
|
||
"Default": "Information",
|
||
"Microsoft.AspNetCore": "Warning"
|
||
}
|
||
},
|
||
"ConnectionStrings": {
|
||
"GovorDbContext": "Server=147.45.255.215;Port=3306;Database=artemy_DB;User=artemy;Password=LoxHuy))228Goy;"
|
||
},
|
||
"UseMySql": true,
|
||
"AllowedHosts": "*",
|
||
"JwtOption": {
|
||
"SecretKeу": "MY VERY SECRET KEY asdasdpafjhasofafpajsfj",
|
||
"Hours": "24"
|
||
}
|
||
}
|