diff options
author | 2021-03-07 04:17:54 +0300 | |
---|---|---|
committer | 2021-03-07 04:17:54 +0300 | |
commit | 9b47639ca31a14dfce59b2e8a395cea43fea91d2 (patch) | |
tree | 5a4392bdc8279b6e23d36441017562f8bc804847 /README.md | |
parent | Bump httpx from 0.16.1 to 0.17.0 (diff) | |
parent | Corrects Token Cookie Domain (diff) |
Merge branch 'main' into dependabot/pip/httpx-0.17.0
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/ |