Files
Govor/Govor.API/appsettings.json
T
2025-07-24 18:05:11 +07:00

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
}
}