From aaeeeb02a9a3bc999e99e9f73c89d4eb6e43f19e Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 13 Feb 2025 15:35:57 +0000 Subject: [PATCH] Cambio nombre del host a postgresql --- src/reymota/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reymota/settings.py b/src/reymota/settings.py index a3294ba..053346d 100644 --- a/src/reymota/settings.py +++ b/src/reymota/settings.py @@ -87,7 +87,7 @@ DATABASES = { "NAME": "reymota", "USER": "creylopez", "PASSWORD": "Dsa-0213", - "HOST": "db", + "HOST": "postgresql", "PORT": "5432", } }