Skip to content

Commit

Permalink
Update datasource URL in application-bdc properties
Browse files Browse the repository at this point in the history
Changed the datasource URL to point to the correct database, moving from 'picsure' to 'picsure2'. This ensures the application connects to the intended schema for proper functionality.
  • Loading branch information
Gcolon021 committed Oct 8, 2024
1 parent ca6737d commit bbccbaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring.main.web-application-type=none

spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.datasource.driver-class-name=com.amazonaws.secretsmanager.sql.AWSSecretsManagerPostgreSQLDriver
spring.datasource.url=jdbc-secretsmanager:postgresql://${DATASOURCE_URL}/picsure?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true&currentSchema=dict
spring.datasource.url=jdbc-secretsmanager:postgresql://${DATASOURCE_URL}/picsure2?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true&currentSchema=dict
spring.datasource.username=${DATASOURCE_USERNAME}

weights.filename=/weights.csv

0 comments on commit bbccbaf

Please sign in to comment.