mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-10 23:29:53 +02:00
a13011aa49
Co-Authored-By: Qstick <376117+Qstick@users.noreply.github.com>
12 lines
430 B
XML
12 lines
430 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RunSettings>
|
|
<RunConfiguration>
|
|
<EnvironmentVariables>
|
|
<Sonarr__Postgres__Host>192.168.100.5</Sonarr__Postgres__Host>
|
|
<Sonarr__Postgres__Port>5432</Sonarr__Postgres__Port>
|
|
<Sonarr__Postgres__User>abc</Sonarr__Postgres__User>
|
|
<Sonarr__Postgres__Password>abc</Sonarr__Postgres__Password>
|
|
</EnvironmentVariables>
|
|
</RunConfiguration>
|
|
</RunSettings>
|