Initial
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=127.0.0.1;DATABASE=testdb;PORT=3306;USER=root;PASSWORD=example", | ||||
|     "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