diff options
author | 2020-12-21 19:39:21 +0000 | |
---|---|---|
committer | 2020-12-21 19:39:21 +0000 | |
commit | 443a322b553ce38d3cde67798ee3b7c19aa9fbeb (patch) | |
tree | 8118454e1861939e813d77887e7a823446fa21d1 /README.md | |
parent | Update review-policy.yml (diff) | |
parent | Merge branch 'main' into discord-webhook (diff) |
Merge pull request #39 from python-discord/discord-webhook
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ You can also run forms-backend manually on the host. #### Environment variables Create a `.env` file with the same contents as the Docker section above and the following new variables: +- `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`. |