From 3d2a8cc42cf33273611353a9d3b9aacc5449721b Mon Sep 17 00:00:00 2001 From: Harsh Sahu <33151203+Harshsahu97@users.noreply.github.com> Date: Sat, 27 Oct 2018 13:33:53 +0530 Subject: [PATCH] Added postgres wiki link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3d9a67..bee20bc 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 application that connects to a [PostgreSQL](https://en.wikipedia.org/wiki/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.