13 lines
383 B
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
|
|
}
|