mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
24 lines
564 B
JSON
24 lines
564 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"GovorDbContext": "Host=46.19.68.182;Port=5432;Database=default_db;Username=main;Password=fP6%,WzF$S?IUI;"
|
|
},
|
|
"UseMySql": false,
|
|
"AllowedHosts": "*",
|
|
"JwtAccessOption": {
|
|
"SecretKey": "Q89eY7zP7C4+TqLmHF4kw9xkF1E8Ru4Zpg+up9wFt9g=",
|
|
"Minutes": 10
|
|
},
|
|
"JwtRefreshOption": {
|
|
"RefreshTokenLifetimeDays": 30
|
|
},
|
|
"EncryptionOption": {
|
|
"Secret": "8B2j9kkw9xP5m7nQwE2zY3A-=Q8zP7C4+TqLZpg"
|
|
}
|
|
}
|