mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-14 18:35:16 -04:00
21 lines
684 B
JSON
21 lines
684 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "Error",
|
|
"Microsoft.AspNetCore.Hosting.Diagnostics" : "Error",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager": "Error"
|
|
}
|
|
},
|
|
"Jwt": {
|
|
"Issuer": "AliasVault"
|
|
},
|
|
"DatabaseProvider": "postgresql",
|
|
"ConnectionStrings": {
|
|
"AliasServerDbContext": "Host=localhost;Port=5433;Database=aliasvault;Username=aliasvault;Password=password"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|