Skip to content

Commit

Permalink
[SHIBUI-1030]
Browse files Browse the repository at this point in the history
Another attempt at fixing networking so the build passes on jenkins.
  • Loading branch information
Bill Smith committed Jan 14, 2019
1 parent e9b1d69 commit b936f1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions backend/src/main/docker-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ services:
- 1025:1025
- 8025:8025
container_name: mailhog
environment:
- MH_SMTP_BIND_ADDR=0.0.0.0:1025
networks:
- backend

networks:
backend:
4 changes: 2 additions & 2 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ shibui.nameid-filter-ui-schema-location=classpath:nameid-filter.schema.json
# shibui.metadataProviders.taskRunRate=30000

# Email configuration (local mailhog)
spring.mail.host=localhost
spring.mail.host=mailhog
spring.mail.port=1025
spring.mail.username=username
spring.mail.password=password
spring.mail.properties.mail.smtp.auth=false
spring.mail.properties.mail.smtp.starttls.enable=false
shibui.system.email.address=doNotReply@shibui.org
shibui.system.email.address=doNotReply@shibui.org

0 comments on commit b936f1f

Please sign in to comment.