diff options
author | 2021-03-08 14:26:25 +0300 | |
---|---|---|
committer | 2021-03-08 14:29:58 +0300 | |
commit | 3f2f8ca1900a4651b1831bef65f4eb324e138538 (patch) | |
tree | 7808d2596bebb0201a8ec5a4ae32d1fa3100df79 /README.md | |
parent | Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3 (diff) | |
parent | Merge pull request #69 from python-discord/dependabot/pip/flake8-annotations-... (diff) |
Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# backend/__init__.py
# poetry.lock
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ |