Skip to content

Commit

Permalink
fix: add property values to fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mebo4b committed Oct 29, 2020
1 parent 2668490 commit a92a6d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main/resources/application-testing.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ csrf.cookie.property=CSRF-TOKEN

# UserService API
user.service.api.liveproxy.url=/liveproxy/send

# Liquibase
spring.liquibase.enabled=false
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ csrf.header.property=
csrf.cookie.property=

# LIQUIBASE (LiquibaseProperties)
spring.datasource.url=
spring.datasource.url=jdbc:mariadb://<host>:<port>/messageservice
spring.datasource.username=
spring.datasource.password=
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
Expand Down

0 comments on commit a92a6d3

Please sign in to comment.