1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-28 23:07:13 -04:00

Set up tests on postgres

This commit is contained in:
ta264
2022-03-28 21:46:21 +01:00
committed by Robin Dadswell
parent bd53092f0c
commit 9b21408a03
14 changed files with 538 additions and 18 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<RunConfiguration>
<EnvironmentVariables>
<Radarr__Postgres__Host>192.168.100.5</Radarr__Postgres__Host>
<Radarr__Postgres__Port>5432</Radarr__Postgres__Port>
<Radarr__Postgres__User>abc</Radarr__Postgres__User>
<Radarr__Postgres__Password>abc</Radarr__Postgres__Password>
</EnvironmentVariables>
</RunConfiguration>
</RunSettings>