From a3f120cd23c5359f21b71b277866b3fcb15153d8 Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Wed, 2 Dec 2020 20:43:02 +0100 Subject: [PATCH] :pencil: update readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8d28eb8..f0132d3 100644 --- a/Readme.md +++ b/Readme.md @@ -60,5 +60,5 @@ By default, you will have access to the flask ``app`` and models. In your production environment, make sure the `FLASK_DEBUG` environment variable is unset or is set to ``0``, so that `ProdConfig` is used, and -set `DATABASE_URL` which is your postgresql URI for example +set `DATABASE_URL` which is your postgresql URI like for example `postgresql://localhost/example`