From 902fe0205244c699bc5cc099e82cbf829f83b2d2 Mon Sep 17 00:00:00 2001 From: Rafael Carvalho Pinheiro <74972217+pixuimpou@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:59:07 -0300 Subject: [PATCH] altera ip principal_db jae (#299) --- pipelines/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/constants.py b/pipelines/constants.py index 263de48a7..5d7bf3939 100644 --- a/pipelines/constants.py +++ b/pipelines/constants.py @@ -160,7 +160,7 @@ class constants(Enum): # pylint: disable=c0103 "databases": { "principal_db": { "engine": "mysql", - "host": "10.5.114.121", + "host": "10.5.114.227", }, "tarifa_db": { "engine": "postgresql",