diff options
Diffstat (limited to 'Timeline/Properties')
-rw-r--r-- | Timeline/Properties/launchSettings.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json index 4bae443c..10c819c0 100644 --- a/Timeline/Properties/launchSettings.json +++ b/Timeline/Properties/launchSettings.json @@ -6,6 +6,13 @@ "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_WORKDIR": "D:\\timeline-development" } + }, + "Timeline-Staging": { + "commandName": "Project", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Staging", + "ASPNETCORE_WORKDIR": "D:\\timeline-development" + } } } } |