16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Auftrag": "Server=delaz1sql01; Database=Auftrag; User ID=sa; Password=sqlserver; TrustServerCertificate=True; Encrypt=No"
|
|
},
|
|
"SqliteLoggerOptions": {
|
|
"DatabasePath": "logging.sqlite"
|
|
}
|
|
}
|