From 995b40d40354b1234c2c61b8956ad908ed7544a1 Mon Sep 17 00:00:00 2001 From: creylopez Date: Tue, 11 Feb 2025 08:43:58 +0000 Subject: [PATCH] Actualizar 'src/mysite/settings.py' --- src/mysite/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mysite/settings.py b/src/mysite/settings.py index 855560c..2d4728e 100644 --- a/src/mysite/settings.py +++ b/src/mysite/settings.py @@ -87,7 +87,7 @@ DATABASES = { "USER": "app", "PASSWORD": "wiR4vARfHADTPSaGqeyfRpAH4OuVyB428zGPsQ8rfzndfz2yt9X0hR3yWmwPFIHd", "HOST": "cluster-pg-rw.cloudnativepg", - "PORT": "443", + "PORT": "5432", } }