website/example.config.json
2021-04-19 16:21:50 -04:00

10 lines
114 B
JSON

{
"http": {
"port": 80
},
"trello": {
"api_key": "key",
"api_token": "token",
"board_name": "name"
}
}