summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
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 @@ [![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](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