Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dburl]fix old database url #58

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kube/indexer/starcoin-indexer-barnard-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: SWAP_CONTRACT_ADDR
value: "0xbd7e8be8fae9f60f2f5136433e36a091"
- name: DS_URL
value: "jdbc:postgresql://starcoin-pg.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
value: "jdbc:postgresql://database-1.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
- name: DB_USER_NAME
value: "starcoin"
- name: DB_PWD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: SWAP_CONTRACT_ADDR
value: "0x8c109349c6bd91411d6bc962e080c4a3"
- name: DS_URL
value: "jdbc:postgresql://starcoin-pg.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
value: "jdbc:postgresql://database-1.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
- name: DB_USER_NAME
value: "starcoin"
- name: DB_PWD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: SWAP_CONTRACT_ADDR
value: "0x8c109349c6bd91411d6bc962e080c4a3"
- name: DS_URL
value: "jdbc:postgresql://starcoin-pg.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
value: "jdbc:postgresql://database-1.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
- name: DB_USER_NAME
value: "starcoin"
- name: DB_PWD
Expand Down
3 changes: 1 addition & 2 deletions kube/indexer/starcoin-indexer-halley-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ spec:
value: "halley"
- name: PROGRAM_ARGS
value: ""
valume:

#valume:
2 changes: 1 addition & 1 deletion kube/indexer/starcoin-indexer-main-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: SWAP_CONTRACT_ADDR
value: "0x8c109349c6bd91411d6bc962e080c4a3"
- name: DS_URL
value: "jdbc:postgresql://starcoin-pg.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
value: "jdbc:postgresql://database-1.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
- name: DB_USER_NAME
value: "starcoin"
- name: DB_PWD
Expand Down
2 changes: 1 addition & 1 deletion kube/indexer/starcoin-indexer-proxima-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: SWAP_CONTRACT_ADDR
value: "0xbd7e8be8fae9f60f2f5136433e36a091"
- name: DS_URL
value: "jdbc:postgresql://starcoin-pg.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
value: "jdbc:postgresql://database-1.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
- name: DB_USER_NAME
value: "starcoin"
- name: DB_PWD
Expand Down
4 changes: 2 additions & 2 deletions kube/indexer/starcoin-indexer-repair-barnard-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: SWAP_CONTRACT_ADDR
value: "0xbd7e8be8fae9f60f2f5136433e36a091"
- name: DS_URL
value: "jdbc:postgresql://starcoin-pg.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
value: "jdbc:postgresql://database-1.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
- name: DB_USER_NAME
value: "starcoin"
- name: DB_PWD
Expand All @@ -60,4 +60,4 @@ spec:
- name: DB_SCHEMA
value: "barnard"
- name: PROGRAM_ARGS
value: "auto_repair 4040020"
value: "auto_repair 16057420"
2 changes: 1 addition & 1 deletion kube/indexer/starcoin-indexer-repair-main-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: SWAP_CONTRACT_ADDR
value: "0x8c109349c6bd91411d6bc962e080c4a3"
- name: DS_URL
value: "jdbc:postgresql://starcoin-pg.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
value: "jdbc:postgresql://database-1.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
- name: DB_USER_NAME
value: "starcoin"
- name: DB_PWD
Expand Down
2 changes: 1 addition & 1 deletion kube/indexer/starcoin-indexer-stat-main-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: SWAP_CONTRACT_ADDR
value: "0x8c109349c6bd91411d6bc962e080c4a3"
- name: DS_URL
value: "jdbc:postgresql://starcoin-pg.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
value: "jdbc:postgresql://database-1.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
- name: DB_USER_NAME
value: "starcoin"
- name: DB_PWD
Expand Down
2 changes: 1 addition & 1 deletion kube/indexer/starcoin-indexer-swap-main-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: SWAP_CONTRACT_ADDR
value: "0x8c109349c6bd91411d6bc962e080c4a3"
- name: DS_URL
value: "jdbc:postgresql://starcoin-pg.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
value: "jdbc:postgresql://database-1.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
- name: DB_USER_NAME
value: "starcoin"
- name: DB_PWD
Expand Down
2 changes: 1 addition & 1 deletion kube/indexer/starcoin-indexer-txn-main-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: SWAP_CONTRACT_ADDR
value: "0x8c109349c6bd91411d6bc962e080c4a3"
- name: DS_URL
value: "jdbc:postgresql://starcoin-pg.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
value: "jdbc:postgresql://database-1.c0bz9kehdvnb.ap-northeast-1.rds.amazonaws.com/starcoin"
- name: DB_USER_NAME
value: "starcoin"
- name: DB_PWD
Expand Down
Loading