first things
This commit is contained in:
40
SearchWebApi/appsettings.Development.json
Normal file
40
SearchWebApi/appsettings.Development.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user