Skip to content

Commit

Permalink
GROUP-105 Updated Flyway URL to use semicolons for properties ('&' is…
Browse files Browse the repository at this point in the history
… not supported)
  • Loading branch information
makmn1 committed Jun 27, 2024
1 parent 4479ef8 commit 96508ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spring:
sslMode: VERIFY_FULL
sslRootCert: "aws/postgres/root.crt"
flyway:
url: jdbc:postgresql://${POSTGRES_HOST:grouphq-postgres}/grouphq_groups?ssl=true&sslMode=verify-full&sslRootCert=classpath:aws/postgres/root.crt
url: jdbc:postgresql://${POSTGRES_HOST:grouphq-postgres}/grouphq_groups?ssl=true;sslMode=verify-full;sslRootCert=classpath:aws/postgres/root.crt
rabbitmq:
host: ${RABBITMQ_HOST:grouphq-rabbitmq}
port: 5671
Expand Down

0 comments on commit 96508ef

Please sign in to comment.