mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 21:03:27 +01:00
parent
13fc878168
commit
91b5e359bd
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ public AuthenticationType AuthenticationMethod
|
|||
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
|
||||
|
||||
// TODO: Change back to "master" for the first stable release.
|
||||
public string Branch => GetValue("Branch", "develop").ToLowerInvariant();
|
||||
public string Branch => GetValue("Branch", "aphrodite").ToLowerInvariant();
|
||||
|
||||
public string LogLevel => GetValue("LogLevel", "info");
|
||||
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue