Skip to content

Commit 5462f5d

Browse files
Update README.md
1 parent 40ad2d1 commit 5462f5d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ This project is ready to deploy on [Vercel](https://vercel.com) with just a few
8989

9090
4. **Use default settings**
9191
- Vercel will auto-detect everything from `vercel.json`
92-
- No need to configure anything manually
92+
- No need to configure anything manually except ENV VARIABLES:
93+
- `SECRET_KEY`: Flask Secret Key - Make this strong
94+
- `DATABASE_URL`: Postgresql access URL - I recommend AIVEN
95+
- `FLASK_ENV`: `production` or `development`, production is the default and is more secure using waitress to serve the application, SECURITY RISK
9396

9497
5. **Deploy!**
9598
- Wait for the build to finish
@@ -230,4 +233,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
230233

231234
## License
232235

233-
This project is licensed under the MIT License - see the LICENSE file for details.
236+
This project is licensed under the MIT License - see the LICENSE file for details.

0 commit comments

Comments
 (0)