change 'USERNAME' in env template to 'LOGIN' to avoid Windows ENV conflict
This commit is contained in:
parent
a9009a1cb3
commit
76714eecff
@ -2,7 +2,7 @@ API_URL=https://api.dummy.com
|
||||
CLIENT_ID=client_id
|
||||
CLIENT_SECRET=client_secret
|
||||
TOKEN_URL=oauth_token_fetch_url
|
||||
USERNAME=username
|
||||
LOGIN=login
|
||||
PASSWORD=password
|
||||
AUDIENCE=intended_audience
|
||||
SCOPES=scope1,scope2
|
||||
|
Loading…
Reference in New Issue
Block a user