From e124b9fbc62814f500417d14eaa406e88626686a Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 12 Feb 2025 08:52:28 +0100 Subject: [PATCH] Quito cloudnativepg --- src/reymota/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/reymota/settings.py b/src/reymota/settings.py index 9e4af2d..053346d 100644 --- a/src/reymota/settings.py +++ b/src/reymota/settings.py @@ -85,9 +85,9 @@ DATABASES = { "default": { "ENGINE": "django.db.backends.postgresql", "NAME": "reymota", - "USER": "app", - "PASSWORD": "wiR4vARfHADTPSaGqeyfRpAH4OuVyB428zGPsQ8rfzndfz2yt9X0hR3yWmwPFIHd", - "HOST": "cluster-pg-rw.cloudnativepg", + "USER": "creylopez", + "PASSWORD": "Dsa-0213", + "HOST": "postgresql", "PORT": "5432", } }