1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prowlarr_ynh.git synced 2024-09-03 20:16:07 +02:00
prowlarr_ynh/conf/config.xml
2023-01-31 20:40:34 +01:00

17 lines
584 B
XML

<Config>
<LogLevel>info</LogLevel>
<EnableSsl>False</EnableSsl>
<Port>__PORT__</Port>
<SslPort>__PORT__</SslPort>
<UrlBase>__PATH__</UrlBase>
<BindAddress>127.0.0.1</BindAddress>
<ApiKey>__API_KEY__</ApiKey>
<AuthenticationMethod>External</AuthenticationMethod>
<UpdateMechanism>BuiltIn</UpdateMechanism>
<Branch>develop</Branch>
<AuthenticationRequired>disabledForLocalAddresses</AuthenticationRequired>
<InstanceName>Prowlarr</InstanceName>
<LaunchBrowser>False</LaunchBrowser>
<SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword>
</Config>