blob: 30c8b9507a569da0df3a951d10daf839ce017332 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Metricity
This folder contains the secrets for the metricity service.
The actual metricity deployment manifest can be found inside the metricity repository at [python-discord/metricity](https://github.com/python-discord/metricity).
## Secrets
A single secret of name `metricity-env` is used with the following values:
| Environment | Description |
|--------------|------------------------------------|
| BOT_TOKEN | The Discord bot token to run under |
| DATABASE_URI | Database URI to save the states to |
|