mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-19 15:18:02 -04:00
20 lines
596 B
JSON
20 lines
596 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "Error",
|
|
"Microsoft.AspNetCore.Hosting.Diagnostics" : "Error",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Jwt": {
|
|
"Issuer": "AliasVault"
|
|
},
|
|
"DatabaseProvider": "postgresql",
|
|
"ConnectionStrings": {
|
|
"AliasServerDbContext": "Host=localhost;Port=5433;Database=aliasvault;Username=aliasvault;Password=password"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|