1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3bc89d4..e15cc71 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,10 @@
[](https://classroom.github.com/a/3A9ByVp3)
+
+# Deployment
+
+Environment variables:
+| Name | Default | Description |
+| ---- | ------- | ----------- |
+| `PORT` | `3000` | The port the server will run on. |
+| `LOG_REQUESTS` | `-` | Requests to log to the console by status, `-` to invert. |
+| `DATABASE_SECRET_PATH` | `` | The path to the mongodb connection string. |
\ No newline at end of file
|