File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,10 @@ This project is ready to deploy on [Vercel](https://vercel.com) with just a few
8989
90904 . ** 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
94975 . ** 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.
You can’t perform that action at this time.
0 commit comments