diff options
| author | 2021-02-28 14:47:11 +0300 | |
|---|---|---|
| committer | 2021-02-28 14:49:42 +0300 | |
| commit | d1c229940248b7fd3a82713a125337d300729966 (patch) | |
| tree | 395131748f039524ef34affc16045cbc12fe70e6 /README.md | |
| parent | Sets Sentry SDK Environment (diff) | |
| parent | Merge pull request #62 from python-discord/dependabot/pip/uvicorn-0.13.4 (diff) | |
Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
#	poetry.lock
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ To start working on forms-backend, you'll need few things:  2. Poetry  3. Docker and docker-compose (optional)  4. Running MongoDB instance (when not using Docker) +5. Running [Snekbox](https://git.pydis.com/snekbox) instance (when not using Docker, optional)  ### Running with Docker  The easiest way to run forms-backend is using Docker (and docker-compose). @@ -29,6 +30,7 @@ Create a `.env` file with the same contents as the Docker section above and the  - `FRONTEND_URL`: Forms frontend URL.  - `DATABASE_URL`: MongoDB instance URI, in format `mongodb://(username):(password)@(database IP or domain):(port)`.  - `MONGO_DB`: MongoDB database name, defaults to `pydis_forms`. +- `SNEKBOX_URL`: Snekbox evaluation endpoint.  #### Running  Simply run: `$ uvicorn --reload --host 0.0.0.0 --debug backend:app`.  |