From 76714eecff968cb32f66fdab11edd38061dd45bd Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 20 Jul 2024 12:03:52 +0100 Subject: [PATCH] change 'USERNAME' in env template to 'LOGIN' to avoid Windows ENV conflict --- apiclient/env_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiclient/env_template b/apiclient/env_template index 3fe19ae..ac0578f 100644 --- a/apiclient/env_template +++ b/apiclient/env_template @@ -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