1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-10 23:29:53 +02:00
Sonarr/src/postgres.runsettings
Robin Dadswell a13011aa49 New: Postgres Database Support
Co-Authored-By: Qstick <376117+Qstick@users.noreply.github.com>
2023-08-12 00:45:07 -05:00

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>