This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
webroot setting by default using environment variable #585
Closed
Description
webroot setting in project.json is not there anymore in asp.net core 1.0 rc1. In the release blog, it is mentioned that it has been moved to another file called hosting.json. Even the new file doesn't exist anywhere in the project. The strange thing is that rc1 is making use of environment setting for webroot value. What's the best way to override the default webroot setting?