mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-25 07:12:40 +00:00
11 lines
430 B
XML
11 lines
430 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RunSettings>
|
|
<RunConfiguration>
|
|
<EnvironmentVariables>
|
|
<Lidarr__Postgres__Host>192.168.100.5</Lidarr__Postgres__Host>
|
|
<Lidarr__Postgres__Port>5432</Lidarr__Postgres__Port>
|
|
<Lidarr__Postgres__User>abc</Lidarr__Postgres__User>
|
|
<Lidarr__Postgres__Password>abc</Lidarr__Postgres__Password>
|
|
</EnvironmentVariables>
|
|
</RunConfiguration>
|
|
</RunSettings>
|