mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-06 04:59:18 -05:00
15 lines
527 B
JSON
15 lines
527 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager": "Error"
|
|
}
|
|
},
|
|
"DatabaseProvider": "postgresql",
|
|
"ConnectionStrings": {
|
|
"AliasServerDbContext": "Host=localhost;Port=5433;Database=aliasvault;Username=aliasvault;Password=password;Maximum Pool Size=30;Minimum Pool Size=2"
|
|
}
|
|
}
|