Skip to content

Commit

Permalink
avniproject/avni-webapp#1337 | Use port 5433 for all remoet_db connec…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
himeshr committed Dec 11, 2024
1 parent a66e798 commit c67edd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ start_server_staging: build_server
OPENCHS_IAM_USER_ACCESS_KEY=$(OPENCHS_STAGING_IAM_USER_ACCESS_KEY) \
OPENCHS_IAM_USER_SECRET_ACCESS_KEY=$(OPENCHS_STAGING_IAM_USER_SECRET_ACCESS_KEY) \
OPENCHS_BUCKET_NAME=staging-user-media \
OPENCHS_DATABASE_URL=jdbc:postgresql://localhost:6015/openchs \
OPENCHS_DATABASE_URL=jdbc:postgresql://localhost:5433/openchs \
java -jar ./build/libs/etl-1.0.0-SNAPSHOT.jar

boot_run:
Expand Down

0 comments on commit c67edd2

Please sign in to comment.