Fix comments about app-key
This commit is contained in:
parent
9dac97f198
commit
258c629da4
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// FIXME: declare app to trello and get a real token for this app
|
// See https://trello.com/app-key
|
||||||
APP_KEY string = "58117ebf843d49b05bca074c5fd520ee" // 80dbcf6f88f62cc5639774e13342c20b"
|
APP_KEY string = "58117ebf843d49b05bca074c5fd520ee"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TrelloConfig struct {
|
type TrelloConfig struct {
|
||||||
|
|
Loading…
Reference in a new issue