1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-27 17:54:34 -04:00

Modernize startup and ConfigFileProvider

This commit is contained in:
ta264
2022-06-20 21:35:11 +01:00
parent e3468daba0
commit 41e8f7aa45
58 changed files with 704 additions and 853 deletions

View File

@@ -2,10 +2,10 @@
<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>
<Radarr__PostgresHost>192.168.100.5</Radarr__PostgresHost>
<Radarr__PostgresPort>5432</Radarr__PostgresPort>
<Radarr__PostgresUser>abc</Radarr__PostgresUser>
<Radarr__PostgresPassword>abc</Radarr__PostgresPassword>
</EnvironmentVariables>
</RunConfiguration>
</RunSettings>