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:
William Carroll 2020-02-07 21:30:24 +00:00
parent 938c1a4eb0
commit 4f63b99cee
2 changed files with 5 additions and 4 deletions

View file

@ -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 (