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

Fix AuthenticationMethod

This commit is contained in:
tituspijean 2023-10-18 21:51:38 +02:00
parent 9120b74c56
commit 579d9bd78f
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -6,7 +6,7 @@
<Port>__PORT__</Port>
<UrlBase>__PATH__</UrlBase>
<ApiKey>__API_KEY__</ApiKey>
<AuthenticationMethod>None</AuthenticationMethod>
<AuthenticationMethod>External</AuthenticationMethod>
<UpdateMechanism>BuiltIn</UpdateMechanism>
<Branch>develop</Branch>
<SslPort>__PORT__</SslPort>