aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-21 19:39:56 +0000
committerGravatar GitHub <[email protected]>2020-12-21 19:39:56 +0000
commit59a605290795c0563311993fb16d992972104025 (patch)
treed1b392efe12ccaa053e3f6253f12a471d94da253 /README.md
parentRemove validator import (diff)
parentMerge pull request #39 from python-discord/discord-webhook (diff)
Merge branch 'main' into big-int-fix
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 671e6d5..3e38ef5 100644
--- a/README.md
+++ b/README.md
@@ -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`.