From 060fb0247e19c85d37342952db8cbc610a0d9d2e Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Fri, 27 Nov 2020 19:45:50 +0200 Subject: Detail how to set environment variables Co-authored-by: Joe Banks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8e84fd9..7b0a218 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To start working on forms-backend, you'll need few things: The easiest way to run forms-backend is using Docker (and docker-compose). #### Environment variables -Create a `.env` file in the root with the following values inside it: +Create a `.env` file in the root with the following values inside it (each variable should be a line like `VARIABLE=value`): - `OAUTH2_CLIENT_ID`: Client ID of Discord OAuth2 Application (see prerequisites). - `OAUTH2_CLIENT_SECRET`: Client Secret of Discord OAuth2 Application (see prerequisites). - `ALLOWED_URL`: Allowed origin for CORS middleware. -- cgit v1.2.3