This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
covid-19-discord-bot/config/template_config.json

13 lines
383 B
JSON

{
"api_key": "https://discordapp.com/developers/docs/intro",
"postgres_db": "covid_prod",
"postgres_user": "covidbot",
"postgres_host": "postgres",
"postgres_pass": "config/pgdb.key",
"postgres_port": 5432,
"report_channel_id": 0,
"report_timezones":"US/Central",
"report_times": [1200, 1600, 0],
"report_selections": ["USA", "TOTAL"],
"report_top_number": 5
}