Skip to content

Commit

Permalink
fix more config stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rchaing-figure committed Jan 27, 2023
1 parent 5efbeb2 commit 7e422c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ msg_fee_height: ${MSG_FEE_HEIGHT}
dbConfig:
dbUri: ${DB_URI}
dbUser: ${DB_USER}
dbPass: ${DB_PASSWORD}
dbPassword: ${DB_PASSWORD}
cacheUri: ${CACHE_URI}
cacheCheckpoint: ${CACHE_CHECKPOINT}
cacheTable: ${CACHE_TABLE}
dbType: ${DB_TYPE}
dbMaxConnections: ${DB_MAX_CONNECTIONS}

block-api:
Expand Down

0 comments on commit 7e422c6

Please sign in to comment.