Skip to content

Commit

Permalink
Sync test app properties with master
Browse files Browse the repository at this point in the history
  • Loading branch information
johanah29 committed Nov 4, 2024
1 parent b1461e8 commit 3aef25f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openbas-api/src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ minio.access-secret=minioadmin
# INJECTORS #
#############
# Mail config (Always available)
openbas.default-reply-to=[email protected]
openbas.default-mailer=[email protected]
spring.mail.host=ssl0.ovh.net
spring.mail.port=465
openbas.default-reply-to=[email protected]
spring.mail.host=smtp.gmail.com
spring.mail.port=587
spring.mail.username=<login user to smtp server>
spring.mail.password=<login password to smtp server>
spring.mail.properties.mail.smtp.ssl.trust=*
spring.mail.properties.mail.smtp.ssl.enable=true
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=false
spring.mail.properties.mail.smtp.starttls.enable=true
# IMAP Configuration
openbas.mail.imap.enabled=false
openbas.mail.imap.host=imap.mail.com
Expand Down

0 comments on commit 3aef25f

Please sign in to comment.