Skip to content

Commit

Permalink
Fix db_ip in common.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Feb 21, 2023
1 parent cf79847 commit 0276904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0276904

Please sign in to comment.