diff options
author | crupest <crupest@outlook.com> | 2020-06-14 22:18:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-14 22:18:25 +0800 |
commit | 98f1ec6e27616d292f86cce30223f0a267c35fd3 (patch) | |
tree | 13c609ef7132d5c6791756f8203fc181c161f08e /Timeline/Configs/ApplicationConfiguration.cs | |
parent | 0b71a0c3d3c8b86c01ea8d56d63ba5a0c6655646 (diff) | |
download | timeline-98f1ec6e27616d292f86cce30223f0a267c35fd3.tar.gz timeline-98f1ec6e27616d292f86cce30223f0a267c35fd3.tar.bz2 timeline-98f1ec6e27616d292f86cce30223f0a267c35fd3.zip |
feat(back): Add backup service and run it when start.
Diffstat (limited to 'Timeline/Configs/ApplicationConfiguration.cs')
-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 c84327d7..64ab6f6c 100644 --- a/Timeline/Configs/ApplicationConfiguration.cs +++ b/Timeline/Configs/ApplicationConfiguration.cs @@ -5,6 +5,7 @@ public const string WorkDirKey = "WorkDir";
public const string DefaultWorkDir = "/timeline";
public const string DatabaseFileName = "timeline.db";
+ public const string DatabaseBackupDirectoryName = "backup";
public const string DisableFrontEndKey = "DisableFrontEnd";
public const string FrontEndProxyOnlyKey = "FrontEndProxyOnly";
public const string UseMockFrontEndKey = "UseMockFrontEnd";
|