mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-04 12:09:19 -05:00
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"AliasServerDbContext": "Data Source=../../../database/AliasServerDb.sqlite"
|
|
}
|
|
}
|