mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 01:54:00 +02:00
change default db host from localhost to db
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user