Skip to content

Commit

Permalink
Add updating from 0.1.0 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Plajer committed Jun 5, 2020
1 parent f6b2416 commit 472ebbd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ MAIL_SERVICE_TYPE=mailgun
MAIL_MAILGUN_API_KEY=apiKey
# API url provided by mailgun, should be something like https://api.mailgun.net/<version>/<domain>/messages
MAIL_MAILGUN_API_BASE_URL=baseUrl
# API key provided by sendgrid service
MAIL_SENDGRID_API_KEY=apiKey
# API url provided by sendgrid, should be something like https://api.sendgrid.com/v3/mail/send
MAIL_SENDGRID_API_BASE_URL=baseUrl
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ Mail templates can be edited [in this folder](https://github.com/Plajer/feedback
This section will contain information about variables you need to put to .env file to make Feedbacky work after you update it.
It might include other information as well.

### Updating to 0.2.0
**!!!** New `.env` variables were added and are required to start, add them to the file and save:
```
MAIL_SENDGRID_API_KEY=apiKey
MAIL_SENDGRID_API_BASE_URL=baseUrl
```
If you don't plan to use SendGrid as a mail provider there is no need to modify these values.

Roadmaps were added in this version but Hibernate will automagically include it in database.
Migrator will migrate every user automatically to enable mail preferences for a new Mail Notifications feature.

**!!!** When using Mailgun as a mail provider add `/messages` at the end of `MAIL_MAILGUN_API_BASE_URL` env variable,
we no longer add this part in code.


## Attribution note
Icons (from client project at /src/views/admin/subviews/webhooks/steps/StepSecond.jsx) made by [Prosymbols](https://www.flaticon.com/authors/prosymbols) from www.flaticon.com

Expand Down

0 comments on commit 472ebbd

Please sign in to comment.