Skip to content

Commit

Permalink
Fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
martypitt authored Dec 30, 2024
1 parent cca39f2 commit 303c540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices-db-cache/orbital/config/connections.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jdbc {
database=${NEBULA_DEMO_POSTGRES_DATABASE_NAME}
host=demo-postgres
password=${NEBULA_DEMO_POSTGRES_PASSWORD}
port=${NEBULA_DEMO_POSTGRES_PORT}
port=5432
username=${NEBULA_DEMO_POSTGRES_USERNAME}
}
jdbcDriver=POSTGRES
Expand Down

0 comments on commit 303c540

Please sign in to comment.