From e389e0106a93d9026107397665f0fea2d39de755 Mon Sep 17 00:00:00 2001 From: GeorgeC Date: Tue, 8 Oct 2024 19:45:11 -0400 Subject: [PATCH] Update datasource URL schema to picsure-ras --- dictionaryweights/src/main/resources/application-bdc.properties | 2 +- src/main/resources/application-bdc.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dictionaryweights/src/main/resources/application-bdc.properties b/dictionaryweights/src/main/resources/application-bdc.properties index dc8c190..e9eb631 100644 --- a/dictionaryweights/src/main/resources/application-bdc.properties +++ b/dictionaryweights/src/main/resources/application-bdc.properties @@ -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¤tSchema=dict +spring.datasource.url=jdbc-secretsmanager:postgresql://${DATASOURCE_URL}/picsure-ras?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true¤tSchema=dict spring.datasource.username=${DATASOURCE_USERNAME} weights.filename=/weights.csv \ No newline at end of file diff --git a/src/main/resources/application-bdc.properties b/src/main/resources/application-bdc.properties index f097dbf..00b8ccf 100644 --- a/src/main/resources/application-bdc.properties +++ b/src/main/resources/application-bdc.properties @@ -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¤tSchema=dict +spring.datasource.url=jdbc-secretsmanager:postgresql://${DATASOURCE_URL}/picsure-ras?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true¤tSchema=dict spring.datasource.username=${DATASOURCE_USERNAME} server.port=80