mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
21 lines
532 B
JSON
21 lines
532 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": "govor-team-govor-88b3.twc1.net;localhost;localhost:7155",
|
|
"JwtAccessOption": {
|
|
"SecretKey": "Q89eY7zP7C4+TqLmHF4kw9xkF1E8Ru4Zpg+up9wFt9g=",
|
|
"Minutes": 5
|
|
},
|
|
"JwtRefreshOption": {
|
|
"RefreshTokenLifetimeDays": 30
|
|
}
|
|
}
|