diff options
author | crupest <crupest@outlook.com> | 2020-06-16 16:39:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-16 16:39:16 +0800 |
commit | 2817fcba6e76150fbd3b09c1096034782841e9e4 (patch) | |
tree | b225cd98d7cecf8c87c6d812a339d744056a1697 /Timeline/Properties/launchSettings.json | |
parent | 1fb561cb58fc51ecb063712dfe94fd60a9a9942a (diff) | |
download | timeline-2817fcba6e76150fbd3b09c1096034782841e9e4.tar.gz timeline-2817fcba6e76150fbd3b09c1096034782841e9e4.tar.bz2 timeline-2817fcba6e76150fbd3b09c1096034782841e9e4.zip |
refactor(back): Fix #108 .
Diffstat (limited to 'Timeline/Properties/launchSettings.json')
-rw-r--r-- | Timeline/Properties/launchSettings.json | 2 |
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"
}
},
|