blob: b78857beb3215e8e239e79a46fbde2bc01ea4c37 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | # Modmail
This folder contains the manifests for our Modmail service.
## Secrets
The services require one shared secret called `modmail` containing the following:
| Key                     | Value                            | Description                                                  |
| ------------------------| ---------------------------------|--------------------------------------------------------------|
| `CONNECTION_URI`        | MongoDB connection URI           | Used for storing data                                        |
| `TOKEN`                 | Discord Token                    | Used to connect to Discord                                   |
 |