diff --git a/dictionaryweights/src/main/resources/application-bdc.properties b/dictionaryweights/src/main/resources/application-bdc.properties index 1c97a81..369fe4e 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}/picsure?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true¤tSchema=dict +spring.datasource.url=jdbc-secretsmanager:postgresql://${DATASOURCE_URL}/dict?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