From 0276904983964c6918cfdc99804531dec6aa2cc9 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 6144adcee..d6a8fce8c 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -242,5 +242,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