1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radarr_ynh.git synced 2024-09-03 20:16:13 +02:00

Disable internal updater

This commit is contained in:
tituspijean 2021-12-18 23:21:35 +01:00
parent f569934a0e
commit 6a0597b870
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -7,8 +7,8 @@
<UrlBase>__PATH__</UrlBase>
<ApiKey>__API_KEY__</ApiKey>
<AuthenticationMethod>None</AuthenticationMethod>
<UpdateMechanism>BuiltIn</UpdateMechanism>
<Branch>master</Branch>
<UpdateMechanism>External</UpdateMechanism>
<Branch>develop</Branch>
<SslPort>__PORT__</SslPort>
<LaunchBrowser>False</LaunchBrowser>
<SslCertPassword></SslCertPassword>