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

Make sure configuration is correct, again

This commit is contained in:
tituspijean 2023-09-13 00:13:00 +02:00
parent 420b61f262
commit 2429af98f8
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>External</AuthenticationMethod>
<AuthenticationMethod>None</AuthenticationMethod>
<UpdateMechanism>External</UpdateMechanism>
<Branch>develop</Branch>
<SslPort>__PORT__</SslPort>
@ -14,5 +14,4 @@
<SslCertPassword></SslCertPassword>
<AnalyticsEnabled>False</AnalyticsEnabled>
<InstanceName>Radarr</InstanceName>
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
</Config>