aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/16_dl/templates/sonarr_config.xml.j2
blob: a1b35e160876b6452d19908faf19fd47b8857642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Config>
  <BindAddress>0.0.0.0</BindAddress>
  <Port>8989</Port>
  <SslPort>9898</SslPort>
  <EnableSsl>False</EnableSsl>
  <LaunchBrowser>False</LaunchBrowser>
  <ApiKey>{{ dl.sonarr_api_key }}</ApiKey>
  <AuthenticationMethod>Forms</AuthenticationMethod>
  <AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
  <Branch>main</Branch>
  <LogLevel>info</LogLevel>
  <SslCertPath></SslCertPath>
  <SslCertPassword></SslCertPassword>
  <UrlBase></UrlBase>
  <InstanceName>Sonarr</InstanceName>
  <UpdateMechanism>External</UpdateMechanism>
</Config>