Support YNAB personal-access-token
Define my YNAB personal access token as an environment variable. Prefix Monzo environment variables with "monzo_" to more easily differentiate between Monzo credentials and YNAB credentials.
This commit is contained in:
parent
938c1a4eb0
commit
4f63b99cee
2 changed files with 5 additions and 4 deletions
|
|
@ -24,8 +24,8 @@ import (
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
var (
|
||||
clientId = os.Getenv("client_id")
|
||||
clientSecret = os.Getenv("client_secret")
|
||||
clientId = os.Getenv("monzo_client_id")
|
||||
clientSecret = os.Getenv("monzo_client_secret")
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue