I launched the asp.net 5 console application, which has been published in several environments for some time.
However, since the update is RC1, the environment variable is DNX_APPBASE, which I relied on for configuration. (environment), removed .json.
Here is the code in question 
Does anyone know what happened to the DNX_APPBASE environment variable and where can I get this information from?
Alternatively, what are other ways to achieve the same result?
source share