mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Changed: Version Bump 0.7.0 (#952)
This commit is contained in:
parent
1b72d9b60f
commit
31cb5fe523
3 changed files with 14 additions and 4 deletions
|
@ -73,7 +73,7 @@ namespace NzbDrone.Common.Instrumentation
|
|||
else
|
||||
{
|
||||
dsn = RuntimeInfo.IsProduction
|
||||
? "https://daa808e34499445fb49a0da1d38bcbbe@sentry.io/209545"
|
||||
? "https://f607fb34f89745f9bfe5ded0a97ab00a@sentry.io/209545"
|
||||
: "https://28faaa7023384031b29e38d3be74fa11@sentry.io/227247";
|
||||
}
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ namespace NzbDrone.Core.Configuration
|
|||
|
||||
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
|
||||
|
||||
public string Branch => GetValue("Branch", "develop").ToLowerInvariant();
|
||||
public string Branch => GetValue("Branch", "master").ToLowerInvariant();
|
||||
|
||||
public string LogLevel => GetValue("LogLevel", "info");
|
||||
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue