diff options
author | crupest <crupest@outlook.com> | 2020-06-05 16:51:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-05 16:51:42 +0800 |
commit | 0ea07270b008d6f11155bf131d31a2d000d6442b (patch) | |
tree | 0bdebf7c38c15a2268d07b2436b6ab3e2bf1233f /Timeline/Properties | |
parent | 84efc7812457a10074ea8b55534abc4948e5ae1c (diff) | |
download | timeline-0ea07270b008d6f11155bf131d31a2d000d6442b.tar.gz timeline-0ea07270b008d6f11155bf131d31a2d000d6442b.tar.bz2 timeline-0ea07270b008d6f11155bf131d31a2d000d6442b.zip |
feat(back): Add option to use proxy to serve front end in development.
Diffstat (limited to 'Timeline/Properties')
-rw-r--r-- | Timeline/Properties/launchSettings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json index 10c819c0..daa4b011 100644 --- a/Timeline/Properties/launchSettings.json +++ b/Timeline/Properties/launchSettings.json @@ -4,6 +4,7 @@ "commandName": "Project", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", + "ASPNETCORE_FRONTENDPROXYONLY": "true", "ASPNETCORE_WORKDIR": "D:\\timeline-development" } }, |