Skip to content

Commit

Permalink
Update datasource URL to use PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Aug 22, 2024
1 parent 2084474 commit 2003290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-bdc.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring.application.name=dictionary
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.datasource.driver-class-name=com.amazonaws.secretsmanager.sql.AWSSecretsManagerPostgreSQLDriver
spring.datasource.url=jdbc-secretsmanager:mysql://${DATASOURCE_URL}/auth?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true
spring.datasource.url=jdbc-secretsmanager:postgres://${DATASOURCE_URL}/auth?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true
spring.datasource.username=${DATASOURCE_USERNAME}
server.port=80

0 comments on commit 2003290

Please sign in to comment.