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:
@@ -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>
|
||||
Reference in New Issue
Block a user