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 | cb8ff68d5e3d5f286676673c530e3a2ee3719772 (patch) | |
tree | 6c00ccfea5602a6502b758c10c7a5a0f0a2607bd /Timeline/Properties | |
parent | 441f8cdd6282a1d4d814b85d353c1553283411ec (diff) | |
download | timeline-cb8ff68d5e3d5f286676673c530e3a2ee3719772.tar.gz timeline-cb8ff68d5e3d5f286676673c530e3a2ee3719772.tar.bz2 timeline-cb8ff68d5e3d5f286676673c530e3a2ee3719772.zip |
refactor(back): Fix #108 .
Diffstat (limited to 'Timeline/Properties')
-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"
}
},
|