blob: b41cf3c21d422fccc858712615c28a021e8416a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[](https://classroom.github.com/a/3A9ByVp3)
# Safe & Sound API
This is an API for allowing users with health issues to safely enjoy a theme park.
It provides freedom to people with health issues to enjoy the park while ensuring their safety and well-being.
# 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. |
| `LOG_QUERIES` | `` | Whether to enable mongoose debug logs |
| `JWT_SECRET_PATH` | `` | The path to the JWT secret certificate. |
|