diff --git a/config.example.toml b/config.example.toml index 4092060..44d45b4 100644 --- a/config.example.toml +++ b/config.example.toml @@ -30,7 +30,7 @@ name = "Documentary" path = "/data/movies/documentary" # Change this to match your actual movies location [database] -host = "localhost" +host = "db" port = 5432 user = "MediaManager" password = "MediaManager" diff --git a/config.toml b/config.toml index 4092060..44d45b4 100644 --- a/config.toml +++ b/config.toml @@ -30,7 +30,7 @@ name = "Documentary" path = "/data/movies/documentary" # Change this to match your actual movies location [database] -host = "localhost" +host = "db" port = 5432 user = "MediaManager" password = "MediaManager"