aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-03-06 19:54:33 +0000
committerGravatar GitHub <[email protected]>2021-03-06 19:54:33 +0000
commit0f363c26271594de42ee05bb59a99e99c6e12de1 (patch)
tree2e409cac18da2f976b5593065a185cec01e90c85 /README.md
parentMerge pull request #62 from python-discord/dependabot/pip/uvicorn-0.13.4 (diff)
parentMerge branch 'main' into token-expiry (diff)
Merge pull request #58 from python-discord/token-expiry
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index be0c8b9..59bdf17 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ Create a `.env` file in the root with the following values inside it (each varia
- `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.
+- `PRODUCTION`: Set to False if running on localhost. Defaults to true.
#### Running
To start using the application, simply run `docker-compose up` in the repository root. You'll be able to access the application by visiting http://localhost:8000/