diff options
Diffstat (limited to 'appsettings.Development.json')
| -rw-r--r-- | appsettings.Development.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/appsettings.Development.json b/appsettings.Development.json index 5e5d828..b3da6a4 100644 --- a/appsettings.Development.json +++ b/appsettings.Development.json @@ -1,4 +1,12 @@ { + "AllowedHosts": "*", + "Kestrel": { + "Endpoints": { + "Http": { + "Url": "http://0.0.0.0:7132" + } + } + }, "DetailedErrors": true, "Logging": { "LogLevel": { |
