python-snippets/env_template
2024-07-19 19:18:53 +01:00

9 lines
202 B
Plaintext

API_URL=https://api.dummy.com
CLIENT_ID=client_id
CLIENT_SECRET=client_secret
TOKEN_URL=oauth_token_fetch_url
USERNAME=username
PASSWORD=password
AUDIENCE=intended_audience
SCOPES=scope1,scope2