aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Configs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-05 00:26:43 +0800
committercrupest <crupest@outlook.com>2021-01-05 00:26:43 +0800
commit9470631c67c4740982ff2d8a16cbbb86fdd34609 (patch)
tree209a2700fc1450281dc78452eea8397444582e3f /BackEnd/Timeline/Configs
parent20e9136a9f27a0b77f076ea5997b71d89ce3cfca (diff)
downloadtimeline-9470631c67c4740982ff2d8a16cbbb86fdd34609.tar.gz
timeline-9470631c67c4740982ff2d8a16cbbb86fdd34609.tar.bz2
timeline-9470631c67c4740982ff2d8a16cbbb86fdd34609.zip
refactor: Refactor front end mode configuration.
Diffstat (limited to 'BackEnd/Timeline/Configs')
-rw-r--r--BackEnd/Timeline/Configs/ApplicationConfiguration.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/BackEnd/Timeline/Configs/ApplicationConfiguration.cs b/BackEnd/Timeline/Configs/ApplicationConfiguration.cs
index df281adb..25ee7ab2 100644
--- a/BackEnd/Timeline/Configs/ApplicationConfiguration.cs
+++ b/BackEnd/Timeline/Configs/ApplicationConfiguration.cs
@@ -6,8 +6,6 @@
public const string DefaultWorkDir = "/timeline";
public const string DatabaseFileName = "timeline.db";
public const string DatabaseBackupDirectoryName = "backup";
- public const string DisableFrontEndKey = "DisableFrontEnd";
- public const string UseMockFrontEndKey = "UseMockFrontEnd";
- public const string UseProxyFrontEndKey = "UseProxyFrontEnd";
+ public const string FrontEndKey = "FrontEnd";
}
}