Merge branch '1.0.0-beta8' into 1.0.0-rc1

pull/651/head
RachelAppel 2015-11-13 12:05:11 -05:00
commit d7f3b15655
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ This should be the environment used when developing an application. When using V
.. image:: environments/_static/project-properties-debug.png
When you modify the default settings created with the project, your changes are persisted in *launchSettings.json* in the ``Properties`` folder. After modifying the ``ASPNET_ENV`` variable in the ``web`` profile to be set to ``Staging``, the ``launchSettings.js`` file in our sample project is shown below:
When you modify the default settings created with the project, your changes are persisted in *launchSettings.json* in the ``Properties`` folder. After modifying the ``ASPNET_ENV`` variable in the ``web`` profile to be set to ``Staging``, the ``launchSettings.json`` file in our sample project is shown below:
.. literalinclude:: environments/sample/src/Environments/Properties/launchSettings.json
:language: javascript