1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Postgres Database Support

Co-Authored-By: Qstick <376117+Qstick@users.noreply.github.com>
This commit is contained in:
Robin Dadswell
2022-01-26 00:08:27 +00:00
committed by Qstick
parent 69ddd99eb8
commit a13011aa49
195 changed files with 2600 additions and 1325 deletions
+11
View File
@@ -0,0 +1,11 @@
<?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>