We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08840ca commit 07ef1f5Copy full SHA for 07ef1f5
README.md
@@ -44,6 +44,10 @@ To run this application you need to create `.env` file in root directory with ne
44
- `MINIO_URL` - URL of MinIO instance
45
- `MINIO_ACCESS_KEY` - access key of MinIO
46
- `MINIO_SECRET_KEY` - secret key of MinIO
47
+- `SPRING_MAIL_HOST` - host of mail server
48
+- `SPRING_MAIL_PORT` - port of mail server
49
+- `SPRING_MAIL_USERNAME` - username of mail server
50
+- `SPRING_MAIL_PASSWORD` - password of mail server
51
52
## Guide
53
0 commit comments