mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Authentication method should be External for our SSO
This commit is contained in:
parent
b14473e9d7
commit
0cdd459365
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<UrlBase>__PATH__</UrlBase>
|
||||
<BindAddress>127.0.0.1</BindAddress>
|
||||
<ApiKey>__API_KEY__</ApiKey>
|
||||
<AuthenticationMethod>None</AuthenticationMethod>
|
||||
<AuthenticationMethod>External</AuthenticationMethod>
|
||||
<UpdateMechanism>BuiltIn</UpdateMechanism>
|
||||
<Branch>main</Branch>
|
||||
<LaunchBrowser>False</LaunchBrowser>
|
||||
|
|
Loading…
Add table
Reference in a new issue