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