blob: ac60ea439f682e393e16ecaf9c69949cc2adc267 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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. |
|