From b19b75f7b0f449ede064b1725e50c4382602dc8a Mon Sep 17 00:00:00 2001 From: redpython57 <44510914+redpython57@users.noreply.github.com> Date: Sat, 27 Oct 2018 13:58:04 +0530 Subject: [PATCH] added link to flask wikipedia pagge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3d9a67..9e07fb8 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ author: cephalin This is a sample application that you can use to follow along with the tutorial at [Build a Python and PostgreSQL web app in Azure](https://docs.microsoft.com/azure/app-service/app-service-web-tutorial-python-postgresql). -The sample is a simple Python Flask application that connects to a PostgreSQL database via SQLAlchemy. +The sample is a simple [Python Flask](https://en.wikipedia.org/wiki/Flask_(web_framework)) application that connects to a PostgreSQL database via SQLAlchemy. The database connection information is specified via environment variables `DBHOST`, `DBPASS`, `DBUSER`, and `DBNAME`. This app always uses the default PostgreSQL port. # Contributing -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.