mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Default Branch is now Develop
This commit is contained in:
@@ -180,7 +180,7 @@ namespace NzbDrone.Core.Configuration
|
|||||||
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
|
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
|
||||||
|
|
||||||
// TODO: Change back to "master" for the first stable release.
|
// TODO: Change back to "master" for the first stable release.
|
||||||
public string Branch => GetValue("Branch", "nightly").ToLowerInvariant();
|
public string Branch => GetValue("Branch", "develop").ToLowerInvariant();
|
||||||
|
|
||||||
public string LogLevel => GetValue("LogLevel", "info").ToLowerInvariant();
|
public string LogLevel => GetValue("LogLevel", "info").ToLowerInvariant();
|
||||||
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);
|
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);
|
||||||
|
@@ -33,7 +33,7 @@ namespace NzbDrone.Core.Configuration
|
|||||||
var releaseInfoPath = Path.Combine(bin, "release_info");
|
var releaseInfoPath = Path.Combine(bin, "release_info");
|
||||||
|
|
||||||
PackageUpdateMechanism = UpdateMechanism.BuiltIn;
|
PackageUpdateMechanism = UpdateMechanism.BuiltIn;
|
||||||
DefaultBranch = "nightly";
|
DefaultBranch = "develop";
|
||||||
|
|
||||||
if (Path.GetFileName(bin) == "bin" && diskProvider.FileExists(packageInfoPath))
|
if (Path.GetFileName(bin) == "bin" && diskProvider.FileExists(packageInfoPath))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user