Skip to content

Commit

Permalink
Update datasource URL schema to picsure-ras
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Oct 8, 2024
1 parent bbccbaf commit e389e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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}/picsure2?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true&currentSchema=dict
spring.datasource.url=jdbc-secretsmanager:postgresql://${DATASOURCE_URL}/picsure-ras?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true&currentSchema=dict
spring.datasource.username=${DATASOURCE_USERNAME}

weights.filename=/weights.csv
2 changes: 1 addition & 1 deletion src/main/resources/application-bdc.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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:postgresql://${DATASOURCE_URL}/picsure2?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true&currentSchema=dict
spring.datasource.url=jdbc-secretsmanager:postgresql://${DATASOURCE_URL}/picsure-ras?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true&currentSchema=dict
spring.datasource.username=${DATASOURCE_USERNAME}
server.port=80

Expand Down

0 comments on commit e389e01

Please sign in to comment.