Update APP KEY
This commit is contained in:
parent
d70ae58291
commit
9dac97f198
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// FIXME: declare app to trello and get a real token for this app
|
// FIXME: declare app to trello and get a real token for this app
|
||||||
APP_KEY string = "80dbcf6f88f62cc5639774e13342c20b"
|
APP_KEY string = "58117ebf843d49b05bca074c5fd520ee" // 80dbcf6f88f62cc5639774e13342c20b"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TrelloConfig struct {
|
type TrelloConfig struct {
|
||||||
|
|
Loading…
Reference in a new issue