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 May 11, 2023
1 parent e8b1007 commit b93b59a
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 @@ -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

0 comments on commit b93b59a

Please sign in to comment.