41 lines
886 B
JSON
41 lines
886 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"mariadb": "SERVER=localhost;DATABASE=textor_test;PORT=3333;USER=root;PASSWORD=$64,rf1209",
|
|
"postgres": "",
|
|
"sqlserver": "",
|
|
"oracle": ""
|
|
},
|
|
"GeneralSettings": {
|
|
"DbToUse": "mariadb"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"System": "Information",
|
|
"Microsoft": "Warning"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{ "Name": "File",
|
|
"Args": {
|
|
"path": "/tmp/FwSearchApi.log",
|
|
"rollingInterval": "Day"
|
|
}
|
|
}
|
|
],
|
|
"Enrich": ["FromLogContext", "WithMachineName"],
|
|
"Properties": {
|
|
"Appname": "FeatureWerkSearchAPI",
|
|
"Environment": "Development"
|
|
}
|
|
}
|
|
}
|