sasjs / viyatoken

SASjs web app for generating a Viya client, secret and access token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the .env variable names should be uppercase

allanbowe opened this issue · comments

In the generated tokens screen, the first set of name value pairs (for the .env file) are in lower case, eg:

access_token=
client=

These should all be in uppercase to be recognised by sasjs, eg:

ACCESS_TOKEN=
CLIENT=