26 lines
875 B
XML
26 lines
875 B
XML
<Config>
|
|
<BindAddress>*</BindAddress>
|
|
<Port>8787</Port>
|
|
<SslPort>7854</SslPort>
|
|
<EnableSsl>False</EnableSsl>
|
|
<LaunchBrowser>True</LaunchBrowser>
|
|
<ApiKey>readarr123</ApiKey>
|
|
<AuthenticationMethod>External</AuthenticationMethod>
|
|
<AuthenticationRequired>Enabled</AuthenticationRequired>
|
|
<Branch>main</Branch>
|
|
<LogLevel>debug</LogLevel>
|
|
<SslCertPath></SslCertPath>
|
|
<SslCertPassword></SslCertPassword>
|
|
<UrlBase></UrlBase>
|
|
<InstanceName>Readarr</InstanceName>
|
|
<UpdateMechanism>Docker</UpdateMechanism>
|
|
|
|
<PostgresUser>arrstack</PostgresUser>
|
|
<PostgresPassword>password</PostgresPassword>
|
|
<PostgresPort>5432</PostgresPort>
|
|
<PostgresHost>10.89.0.102</PostgresHost>
|
|
<PostgresMainDb>arrstack_readarr_main</PostgresMainDb>
|
|
<PostgresLogDb>arrstack_readarr_log</PostgresLogDb>
|
|
<PostgresCacheDb>arrstack_readarr_cache</PostgresCacheDb>
|
|
</Config>
|