docker files fixes from liaqat
This commit is contained in:
13
src/Managing.Api/appsettings.Development.json
Normal file
13
src/Managing.Api/appsettings.Development.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Error",
|
||||
"System": "Error",
|
||||
"Microsoft": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ElasticConfiguration": {
|
||||
"Uri": "http://elasticsearch:9200/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user