stacks/media/radarr/config.xml

<?xml version="1.0" encoding="utf-8"?>
<!-- stacks/media/radarr/config.xml -->
<Config>
  <BindAddress>*</BindAddress>
  <Port>7878</Port>
  <SslPort>9898</SslPort>
  <EnableSsl>False</EnableSsl>
  <LaunchBrowser>False</LaunchBrowser>
  <ApiKey>REPLACE_WITH_RANDOM_32_HEX</ApiKey>
  <AuthenticationMethod>External</AuthenticationMethod>
  <AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
  <Branch>master</Branch>
  <LogLevel>info</LogLevel>
  <SslCertPath></SslCertPath>
  <SslCertPassword></SslCertPassword>
  <UrlBase></UrlBase>
  <InstanceName>Radarr</InstanceName>
  <UpdateMechanism>Docker</UpdateMechanism>
  <AnalyticsEnabled>False</AnalyticsEnabled>
  <Theme>dark</Theme>
  <PostgresHost></PostgresHost>
  <PostgresUser></PostgresUser>
  <PostgresPassword></PostgresPassword>
  <PostgresPort>5432</PostgresPort>
  <PostgresMainDb>radarr-main</PostgresMainDb>
  <PostgresLogDb>radarr-log</PostgresLogDb>
</Config>