mirror of
https://github.com/aliasvault/aliasvault.git
synced 2025-12-31 18:20:37 -05:00
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"AliasClientDbContext": "Data Source=:memory:;"
|
|
}
|
|
}
|