Skip to content

Commit

Permalink
Rename "database_lb_address" to "dbcluster_ip" used in other OpenCone…
Browse files Browse the repository at this point in the history
…xt apps
  • Loading branch information
pmeulen committed Jul 9, 2024
1 parent 35cd349 commit 560105b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/stepupgateway/templates/parameters.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
trusted_proxies: [ 127.0.0.1 ]

database_driver: pdo_mysql
database_host: {{ database_lb_address }}
database_host: {{ dbcluster_ip }}
database_port: 3306
database_gateway_name: {{ database_gateway_name }}
database_gateway_user: {{ database_gateway_user }}
Expand Down
2 changes: 1 addition & 1 deletion roles/stepupmiddleware/templates/parameters.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parameters:

database_driver: pdo_mysql

database_host: {{ database_lb_address }}
database_host: {{ dbcluster_ip }}
database_port: 3306
# Enabling the STRICT_ALL_TABLES SQL mode. To prevent 'magic' truncation problems where string
# values like the identity name id would be truncated after 255 characters without notice. Enabling
Expand Down

0 comments on commit 560105b

Please sign in to comment.