diff options
| author | crupest <crupest@outlook.com> | 2020-06-16 16:39:16 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-06-16 16:39:16 +0800 |
| commit | cb8ff68d5e3d5f286676673c530e3a2ee3719772 (patch) | |
| tree | 6c00ccfea5602a6502b758c10c7a5a0f0a2607bd /Timeline/Configs | |
| parent | 441f8cdd6282a1d4d814b85d353c1553283411ec (diff) | |
| download | timeline-cb8ff68d5e3d5f286676673c530e3a2ee3719772.tar.gz timeline-cb8ff68d5e3d5f286676673c530e3a2ee3719772.tar.bz2 timeline-cb8ff68d5e3d5f286676673c530e3a2ee3719772.zip | |
refactor(back): Fix #108 .
Diffstat (limited to 'Timeline/Configs')
| -rw-r--r-- | Timeline/Configs/ApplicationConfiguration.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Configs/ApplicationConfiguration.cs b/Timeline/Configs/ApplicationConfiguration.cs index 64ab6f6c..df281adb 100644 --- a/Timeline/Configs/ApplicationConfiguration.cs +++ b/Timeline/Configs/ApplicationConfiguration.cs @@ -7,7 +7,7 @@ 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";
+ public const string UseProxyFrontEndKey = "UseProxyFrontEnd";
}
}
|
