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