2025-03-20 19:59:48 -04:00

25 lines
808 B
XML

<Config>
<BindAddress>*</BindAddress>
<Port>8989</Port>
<SslPort>9898</SslPort>
<EnableSsl>False</EnableSsl>
<LaunchBrowser>True</LaunchBrowser>
<ApiKey>sonarr123</ApiKey>
<AuthenticationMethod>Forms</AuthenticationMethod>
<AuthenticationRequired>Enabled</AuthenticationRequired>
<Branch>main</Branch>
<LogLevel>debug</LogLevel>
<SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword>
<UrlBase></UrlBase>
<InstanceName>Sonarr</InstanceName>
<UpdateMechanism>Docker</UpdateMechanism>
<PostgresUser>arrstack</PostgresUser>
<PostgresPassword>password</PostgresPassword>
<PostgresPort>5432</PostgresPort>
<PostgresHost>10.89.0.102</PostgresHost>
<PostgresMainDb>arrstack_sonarr_main</PostgresMainDb>
<PostgresLogDb>arrstack_sonarr_log</PostgresLogDb>
</Config>