Skip to content

Commit

Permalink
chore: edit ledger_sync datasource config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-QuanLeA committed May 6, 2024
1 parent 3c13fb5 commit d3ee8eb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions verifier-data-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
multi-datasource:
datasource-ledger-sync:
hikari-config:
jdbc-url: jdbc:postgresql://${LEDGER_SYNC_HOST:10.4.10.75}:${LEDGER_SYNC_PORT:54322}/${LEDGER_SYNC_DB:explorer}
username: ${LEDGER_SYNC_USER_NAME:cardano-master}
password: ${LEDGER_SYNC_PASSWORD:postgres_master_pw}
jdbc-url: jdbc:postgresql://${LEDGER_SYNC_HOST:10.4.10.112}:${LEDGER_SYNC_PORT:54333}/${LEDGER_SYNC_DB:ledger_sync}
username: ${LEDGER_SYNC_USER_NAME:verifier_read}
password: ${LEDGER_SYNC_PASSWORD:verifier_read}
driver-class-name: org.postgresql.Driver
schema: ${LEDGER_SYNC_SCHEMA:cexplorer_verifier_data}
# datasource-db-sync:
# hikari-config:
# jdbc-url: jdbc:postgresql://${DB_SYNC_HOST:10.4.10.231}:${DB_SYNC_PORT:5434}/${DB_SYNC_DB:cardano_mainnet}
# username: ${DB_SYNC_USER_NAME:cardano_mainnet_read}
# password: ${DB_SYNC_PASSWORD:1}
# driver-class-name: org.postgresql.Driver
# schema: ${DB_SYNC_SCHEMA:public}
schema: ${LEDGER_SYNC_SCHEMA:mainnet}
datasource-db-sync:
hikari-config:
jdbc-url: jdbc:postgresql://${DB_SYNC_HOST:10.4.10.231}:${DB_SYNC_PORT:5434}/${DB_SYNC_DB:cardano_mainnet}
username: ${DB_SYNC_USER_NAME:cardano_mainnet_read}
password: ${DB_SYNC_PASSWORD:1}
driver-class-name: org.postgresql.Driver
schema: ${DB_SYNC_SCHEMA:public}
spring:
jpa:
open-in-view: false
Expand Down

0 comments on commit d3ee8eb

Please sign in to comment.