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/Configs | |
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/Configs')
-rw-r--r-- | Timeline/Configs/ApplicationConfiguration.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Configs/ApplicationConfiguration.cs b/Timeline/Configs/ApplicationConfiguration.cs index 1fb4cf35..2715f84e 100644 --- a/Timeline/Configs/ApplicationConfiguration.cs +++ b/Timeline/Configs/ApplicationConfiguration.cs @@ -3,5 +3,6 @@ public static class ApplicationConfiguration
{
public const string DisableFrontEndKey = "DisableFrontEnd";
+ public const string FrontEndProxyOnlyKey = "FrontEndProxyOnly";
}
}
|