1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-25 07:12:40 +00:00
Lidarr/src/postgres.runsettings
Robin Dadswell 8f6e099794 New: Postgres Database Support
Co-Authored-By: Qstick <376117+Qstick@users.noreply.github.com>
2022-11-20 10:41:48 -06:00

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>