diff --git a/dictionaryweights/src/main/resources/application-bdc.properties b/dictionaryweights/src/main/resources/application-bdc.properties index 440b7cf..7a862d4 100644 --- a/dictionaryweights/src/main/resources/application-bdc.properties +++ b/dictionaryweights/src/main/resources/application-bdc.properties @@ -5,6 +5,5 @@ 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 spring.datasource.username=${DATASOURCE_USERNAME} -spring.datasource.schema=dict weights.filename=/weights.csv \ No newline at end of file