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 | e1ccc1cfe43a44e975dba3a412522f8ea5760ca4 (patch) | |
tree | a2404f848cc07669cd63879c573a5831fb2593b9 /Timeline/Properties | |
parent | ae19c40c795e14e8793744b7520e103523f6bda4 (diff) | |
download | timeline-e1ccc1cfe43a44e975dba3a412522f8ea5760ca4.tar.gz timeline-e1ccc1cfe43a44e975dba3a412522f8ea5760ca4.tar.bz2 timeline-e1ccc1cfe43a44e975dba3a412522f8ea5760ca4.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" } }, |