mirror of
https://github.com/YunoHost-Apps/lidarr_ynh.git
synced 2024-09-03 19:35:58 +02:00
Update config.xml to handle new Authentication method
This commit is contained in:
parent
8d8f956bc5
commit
3ff1c0408b
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@
|
||||||
<UrlBase>__PATH__</UrlBase>
|
<UrlBase>__PATH__</UrlBase>
|
||||||
<BindAddress>127.0.0.1</BindAddress>
|
<BindAddress>127.0.0.1</BindAddress>
|
||||||
<ApiKey>__API_KEY__</ApiKey>
|
<ApiKey>__API_KEY__</ApiKey>
|
||||||
<AuthenticationMethod>None</AuthenticationMethod>
|
<AuthenticationMethod>External</AuthenticationMethod>
|
||||||
<UpdateMechanism>BuiltIn</UpdateMechanism>
|
<UpdateMechanism>BuiltIn</UpdateMechanism>
|
||||||
<Branch>main</Branch>
|
<Branch>main</Branch>
|
||||||
</Config>
|
<AuthenticationType>DisabledForLocalAddresses</AuthenticationType>
|
||||||
|
</Config>
|
||||||
|
|
Loading…
Reference in a new issue