TrelloBot/.auth.example

6 lines
287 B
Text
Raw Normal View History

2020-04-29 13:54:12 +00:00
{
"instructions": "Replace the following three values as appropriate, then rename this file to '.auth' (without '-template' at the end).",
"discordToken": "discord token goes here",
"trelloKey": "trello public key goes here",
"trelloToken": "trello app token goes here"
}