1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lidarr_ynh.git synced 2024-09-03 19:35:58 +02:00
lidarr_ynh/conf/config.xml

17 lines
562 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>main</Branch>
<InstanceName>__APP__</InstanceName>
<AuthenticationRequired>Enabled</AuthenticationRequired>
<LaunchBrowser>False</LaunchBrowser>
<SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword>
</Config>