aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Properties
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-16 16:39:16 +0800
committercrupest <crupest@outlook.com>2020-06-16 16:39:16 +0800
commit2817fcba6e76150fbd3b09c1096034782841e9e4 (patch)
treeb225cd98d7cecf8c87c6d812a339d744056a1697 /Timeline/Properties
parent1fb561cb58fc51ecb063712dfe94fd60a9a9942a (diff)
downloadtimeline-2817fcba6e76150fbd3b09c1096034782841e9e4.tar.gz
timeline-2817fcba6e76150fbd3b09c1096034782841e9e4.tar.bz2
timeline-2817fcba6e76150fbd3b09c1096034782841e9e4.zip
refactor(back): Fix #108 .
Diffstat (limited to 'Timeline/Properties')
-rw-r--r--Timeline/Properties/launchSettings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json
index d23d132f..73897158 100644
--- a/Timeline/Properties/launchSettings.json
+++ b/Timeline/Properties/launchSettings.json
@@ -4,7 +4,7 @@
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_FRONTENDPROXYONLY": "true",
+ "ASPNETCORE_USEPROXYFRONTEND": "true",
"ASPNETCORE_WORKDIR": "D:\\timeline-development"
}
},