1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radarr_ynh.git synced 2024-09-03 20:16:13 +02:00
radarr_ynh/conf/config.xml
2023-10-18 21:52:00 +02:00

17 lines
550 B
XML

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