-
Notifications
You must be signed in to change notification settings - Fork 4
Deployment
Gab0rB edited this page Oct 26, 2016
·
4 revisions
1. Create file src/main/resources/application-staging-secret.properties
with content
# Profile containing:
- the credentials for our staging mysql instance on the live server
- host and credentials for mail sender and default mail receiver
- proxy settings where bank requests has to be routed through
- url to the Bank für Sozialwirtschaft and the OID of iplantatree
- secret token for security handling
# NOT UNDER VERSION CONTROL
spring.datasource.username=root
spring.datasource.password=xxx
smtp.host=
smtp.port=
mail.sender=
mail.password=
mail.receiver=
mail.debug=
proxy.port=
proxy.host=
bfs.url=
bfs.oid=
token.secret=
2. call gradle deploy