Skip to content

Commit

Permalink
Fix db ip
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed May 11, 2023
1 parent 18aecca commit e8b1007
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: "%{alias('terraform.tag_ip.mgmt.0')}"
profile::userportal::server::db_ip: localhost
profile::userportal::server::db_port: 3306

0 comments on commit e8b1007

Please sign in to comment.