aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/16_dl/templates/prowlarr_config.xml.j2
blob: 391dbf228aea08cbadb2d8f44b05f4ce33b7f5fe (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>9696</Port>
  <SslPort>6969</SslPort>
  <EnableSsl>False</EnableSsl>
  <LaunchBrowser>False</LaunchBrowser>
  <ApiKey>{{ dl.prowlarr_api_key }}</ApiKey>
  <AuthenticationMethod>Forms</AuthenticationMethod>
  <AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
  <Branch>master</Branch>
  <LogLevel>info</LogLevel>
  <SslCertPath></SslCertPath>
  <SslCertPassword></SslCertPassword>
  <UrlBase></UrlBase>
  <InstanceName>Prowlarr</InstanceName>
  <UpdateMechanism>External</UpdateMechanism>
</Config>