Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
Add application-production.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpopping committed Mar 13, 2019
1 parent c7f7228 commit 4078045
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/main/resources/application-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
spring:
mail:
host: ch.tudelft.nl
properties:
mail:
smtp:
starttls:
enable: true
security:
oauth2:
client:
provider:
wisvchconnect:
issuer-uri: https://connect.ch.tudelft.nl
registration:
wisvchconnect:
scope:
- openid
- profile
- email
- ldap

wisvch:
connect:
admin-groups:
- chbeheer
- bestuur
- vc

mailNotifications:
from: [email protected]
to-association: [email protected]
to-education: [email protected]
to-education-a-m: [email protected]
to-education-c-s: [email protected]

0 comments on commit 4078045

Please sign in to comment.