mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 23:53:58 +02:00
Updated configuration to connect to the db host instead of through the previously exposed port
This commit is contained in:
@@ -20,7 +20,7 @@ name = "Documentary"
|
||||
path = "/data/movies/documentary"
|
||||
|
||||
[database]
|
||||
host = "localhost"
|
||||
host = "db"
|
||||
port = 5432
|
||||
user = "MediaManager"
|
||||
password = "MediaManager"
|
||||
|
||||
Reference in New Issue
Block a user