Skip to content

Commit

Permalink
avniproject/avni-webapp#1337 | Use OPENCHS_DATABASE_HOST instead of O…
Browse files Browse the repository at this point in the history
…PENCHS_DATABASE_SERVER
  • Loading branch information
himeshr committed Dec 10, 2024
1 parent 336ed12 commit a66e798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
avni.database=${OPENCHS_DATABASE_NAME:openchs}
avni.database.port=${OPENCHS_DATABASE_PORT:5432}
avni.database.server=${OPENCHS_DATABASE_SERVER:localhost}
avni.database.server=${OPENCHS_DATABASE_HOST:localhost}
spring.config.import=classpath:/main-application.properties
debug=${ETL_DEBUG_MODE:false}
avni.current.time.offset.seconds=${AVNI_CURRENT_TIME_OFFSET_SECONDS:10}
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
avni.database=openchs_test
avni.database.port=5432
avni.database.server=localhost
avni.database.port=${OPENCHS_DATABASE_PORT:5432}
avni.database.server=${OPENCHS_DATABASE_HOST:localhost}
spring.config.import=classpath:/main-application.properties
command.line.runner.enabled=false
avni.current.time.offset.seconds=0
Expand Down

0 comments on commit a66e798

Please sign in to comment.