mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
24 lines
552 B
JSON
24 lines
552 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"GovorDbContext": "Host=77.233.213.226;Port=5432;Database=GovorDb;Username=gen_user;Password=co|HPq}JI6D@,t;"
|
|
},
|
|
"UseMySql": false,
|
|
"AllowedHosts": "*",
|
|
"JwtAccessOption": {
|
|
"SecretKey": "Q89eY7zP7C4+TqLmHF4kw9xkF1E8Ru4Zpg+up9wFt9g=",
|
|
"Minutes": 10
|
|
},
|
|
"JwtRefreshOption": {
|
|
"RefreshTokenLifetimeDays": 30
|
|
},
|
|
"EncryptionOption": {
|
|
"Secret": "4r8B2j9kP5mX7nQwE2zY3A=="
|
|
}
|
|
}
|