mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-11 19:30:29 -04:00
15 lines
390 B
JSON
15 lines
390 B
JSON
{
|
|
"DatabaseProvider": "postgresql",
|
|
"ConnectionStrings": {
|
|
"AliasServerDbContext": "Host=localhost;Port=5433;Database=aliasvault;Username=aliasvault;Password=password"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft.AspNetCore.Hosting.Diagnostics" : "Error",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "Error"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|