Преглед изворни кода

Nombre de host de postgres lo pongo en db

Celestino Rey пре 1 година
родитељ
комит
18482c8095
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/reymota/settings.py

+ 1 - 1
src/reymota/settings.py

@@ -87,7 +87,7 @@ DATABASES = {
         "NAME": "reymota",
         "USER": "creylopez",
         "PASSWORD": "Dsa-0213",
-        "HOST": "postgresql",
+        "HOST": "db",
         "PORT": "5432",
     }
 }