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

Fix config.xml

This commit is contained in:
tituspijean 2023-09-12 18:37:42 +02:00 committed by GitHub
parent b23ef8e27b
commit f2bab8a58f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@
<Port>__PORT__</Port>
<UrlBase>__PATH__</UrlBase>
<ApiKey>__API_KEY__</ApiKey>
<AuthenticationMethod>Forms</AuthenticationMethod>
<UpdateMechanism>BuiltIn</UpdateMechanism>
<AuthenticationMethod>External</AuthenticationMethod>
<UpdateMechanism>External</UpdateMechanism>
<Branch>develop</Branch>
<SslPort>__PORT__</SslPort>
<LaunchBrowser>False</LaunchBrowser>