25 lines
819 B
XML
Executable File
25 lines
819 B
XML
Executable File
<Config>
|
|
<BindAddress>*</BindAddress>
|
|
<Port>9696</Port>
|
|
<SslPort>6969</SslPort>
|
|
<EnableSsl>False</EnableSsl>
|
|
<LaunchBrowser>True</LaunchBrowser>
|
|
<ApiKey>prowlarr123</ApiKey>
|
|
<AuthenticationMethod>Forms</AuthenticationMethod>
|
|
<AuthenticationRequired>Enabled</AuthenticationRequired>
|
|
<Branch>develop</Branch>
|
|
<LogLevel>debug</LogLevel>
|
|
<SslCertPath></SslCertPath>
|
|
<SslCertPassword></SslCertPassword>
|
|
<UrlBase></UrlBase>
|
|
<InstanceName>Prowlarr</InstanceName>
|
|
<UpdateMechanism>Docker</UpdateMechanism>
|
|
|
|
<PostgresUser>arrstack</PostgresUser>
|
|
<PostgresPassword>password</PostgresPassword>
|
|
<PostgresPort>5432</PostgresPort>
|
|
<PostgresHost>10.89.0.102</PostgresHost>
|
|
<PostgresMainDb>arrstack_prowlarr_main</PostgresMainDb>
|
|
<PostgresLogDb>arrstack_prowlarr_log</PostgresLogDb>
|
|
</Config>
|