Skip to content

Commit

Permalink
Change db url
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Oct 17, 2023
1 parent fa253ab commit bc31a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube/barnard_starcoin-pricereporter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- name: FORMAT_MESSAGES_PATTERN_DISABLE_LOOKUPS
value: "true"
- name: STARCOIN_MYSQL_URL
value: "jdbc:mysql://starcoin-db-2.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com:3306/price_oracle_barnard?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC"
value: "jdbc:mysql://starcoin-db-2.czftx6muneg7.ap-northeast-1.rds.amazonaws.com:3306/price_oracle_barnard?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC"
- name: STARCOIN_MYSQL_USER
value: "starcoin"
- name: STARCOIN_MYSQL_PWD
Expand Down
2 changes: 1 addition & 1 deletion kube/starcoin-pricereporter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- name: FORMAT_MESSAGES_PATTERN_DISABLE_LOOKUPS
value: "true"
- name: STARCOIN_MYSQL_URL
value: "jdbc:mysql://starcoin-db-2.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com:3306/price_oracle?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC"
value: "jdbc:mysql://starcoin-db-2.czftx6muneg7.ap-northeast-1.rds.amazonaws.com:3306/price_oracle?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC"
- name: STARCOIN_MYSQL_USER
value: "starcoin"
- name: STARCOIN_MYSQL_PWD
Expand Down

0 comments on commit bc31a80

Please sign in to comment.