Skip to content

Commit

Permalink
Merge pull request #20 from companieshouse/feature/feedback
Browse files Browse the repository at this point in the history
Modify feedback email to differentiate
  • Loading branch information
NeilShadrach authored Jan 12, 2024
2 parents 890b028 + 22a185f commit d8176df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.companieshouse</groupId>
<artifactId>companies-house-parent</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</parent>
<groupId>uk.gov.companieshouse</groupId>
<artifactId>customer-feedback-api</artifactId>
Expand All @@ -18,8 +18,8 @@
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<org.mapstruct.version>1.5.0.RC1</org.mapstruct.version>
<sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version>
<spring-boot-dependencies.version>3.1.5</spring-boot-dependencies.version>
<spring-boot-maven-plugin.version>3.1.5</spring-boot-maven-plugin.version>
<spring-boot-dependencies.version>3.2.1</spring-boot-dependencies.version>
<spring-boot-maven-plugin.version>3.2.1</spring-boot-maven-plugin.version>
<structured-logging.version>2.0.3</structured-logging.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ server.port=${SERVER_PORT:8082}
spring.data.mongodb.database=${MONGODB_DATABASE:customer_feedback}
spring.data.mongodb.uri=${MONGODB_URL:mongodb://localhost:27017}
send-email-flag=${SEND_EMAIL_FLAG:true}
customer-feedback-email=${CUSTOMER_FEEDBACK_EMAIL:feedback@companieshouse.gov.uk}
customer-feedback-email=${CUSTOMER_FEEDBACK_EMAIL:main.feedback@companieshouse.gov.uk}
kafka-api-endpoint=${KAFKA_API_ENDPOINT}
app-id=${APP_ID:api_ch_gov_uk.create_feedback}
2 changes: 1 addition & 1 deletion src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ server.port=${SERVER_PORT:8082}
spring.data.mongodb.database=${MONGODB_DATABASE:customer_feedback}
spring.data.mongodb.uri=${MONGODB_URL:mongodb://localhost:27017}
send-email-flag=${SEND_EMAIL_FLAG:true}
customer-feedback-email=${CUSTOMER_FEEDBACK_EMAIL:feedback@companieshouse.gov.uk}
customer-feedback-email=${CUSTOMER_FEEDBACK_EMAIL:test.feedback@companieshouse.gov.uk}
kafka-api-endpoint=${KAFKA_API_ENDPOINT:http://chs-kafka-api:4081/send-email}
app-id=${APP_ID:api_ch_gov_uk.create_feedback}

0 comments on commit d8176df

Please sign in to comment.