diff options
| author | 2020-11-27 19:45:50 +0200 | |
|---|---|---|
| committer | 2020-11-27 19:45:50 +0200 | |
| commit | 060fb0247e19c85d37342952db8cbc610a0d9d2e (patch) | |
| tree | 1d7365b9a08e25d6db12be97771de06dc8b9d67c /README.md | |
| parent | Fix wording and grammar for README (diff) | |
Detail how to set environment variables
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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. | 
