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

Disable internal updater

This commit is contained in:
tituspijean 2021-12-18 23:16:46 +01:00
parent 1a4653014b
commit 01bdd2b9ac
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -7,6 +7,6 @@
<BindAddress>127.0.0.1</BindAddress>
<ApiKey>__API_KEY__</ApiKey>
<AuthenticationMethod>None</AuthenticationMethod>
<UpdateMechanism>BuiltIn</UpdateMechanism>
<Branch>main</Branch>
<UpdateMechanism>External</UpdateMechanism>
<Branch>develop</Branch>
</Config>