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", } }