From e175ba27ee6ec5b0339f016f37e3ac1506f256ef Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Fri, 14 Apr 2023 10:32:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20DATABASE=5FURL=20to=20READ?= =?UTF-8?q?ME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab4dad2..901cdd7 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ The app can be configured with the following environment variables. | ---------------------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | | `AUTH_REQUIRED` | false | Set to `true` to require authentication for creating new polls and accessing admin pages | | `ALLOWED_EMAILS` | | Comma separated list of email addresses that are allowed to register and login. Wildcard characters are supported. Example: `*@yourcompany.com` | +| `DATABASE_URL` | | Postgres database connection string | | `DISABLE_LANDING_PAGE` | false | Whether or not to disable the landing page | | `NEXT_PUBLIC_BASE_URL` | http://localhost:3000 | The base url where this instance is accessible, including the scheme (eg. `http://` or `https://`), the domain name, and optionally a port. | | `SECRET_PASSWORD` | | A random 32-character secret key used to encrypt user sessions |