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 Feb 21, 2023
1 parent d77d3ac commit cf79847
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: "%{alias('terraform.tag_ip.mgmt.0')}"
profile::userportal::server::db_ip: localhost
profile::userportal::server::db_port: 3306

0 comments on commit cf79847

Please sign in to comment.