|
|
@ -95,6 +95,7 @@ namespace NzbDrone.Api.Frontend.Mappers
|
|
|
|
text = text.Replace("APP_BRANCH", _configFileProvider.Branch.ToLower());
|
|
|
|
text = text.Replace("APP_BRANCH", _configFileProvider.Branch.ToLower());
|
|
|
|
text = text.Replace("APP_ANALYTICS", _analyticsService.IsEnabled.ToString().ToLowerInvariant());
|
|
|
|
text = text.Replace("APP_ANALYTICS", _analyticsService.IsEnabled.ToString().ToLowerInvariant());
|
|
|
|
text = text.Replace("URL_BASE", URL_BASE);
|
|
|
|
text = text.Replace("URL_BASE", URL_BASE);
|
|
|
|
|
|
|
|
text = text.Replace("PRODUCTION", RuntimeInfoBase.IsProduction.ToString().ToLowerInvariant());
|
|
|
|
|
|
|
|
|
|
|
|
_generatedContent = text;
|
|
|
|
_generatedContent = text;
|
|
|
|
|
|
|
|
|
|
|
|