From b93b59a12d3b8f803a2e76bbbe0e1ec6cd295091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Wed, 25 Jan 2023 10:12:57 -0500 Subject: [PATCH] Fix db_ip in common.yaml --- data/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/common.yaml b/data/common.yaml index cba0c0758..492ef9dc0 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -243,5 +243,5 @@ profile::reverse_proxy::domain_name: "%{alias('terraform.data.domain_name')}" profile::userportal::server::prometheus_ip: "%{alias('terraform.tag_ip.mgmt.0')}" profile::userportal::server::prometheus_port: 9090 -profile::userportal::server::db_ip: localhost +profile::userportal::server::db_ip: 127.0.0.1 profile::userportal::server::db_port: 3306 \ No newline at end of file