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
commitcb8ff68d5e3d5f286676673c530e3a2ee3719772 (patch)
tree6c00ccfea5602a6502b758c10c7a5a0f0a2607bd /Timeline/Properties
parent441f8cdd6282a1d4d814b85d353c1553283411ec (diff)
downloadtimeline-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.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"
}
},