Skip to content

Commit

Permalink
Update Dnac_auth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljos authored Mar 27, 2024
1 parent 015a09c commit 3780ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dnac_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pprint import pprint
import credentials

BASE_URL = 'https://64.100.11.37'
BASE_URL = 'https://cisco.msp-dnac.dc-01.com'
AUTH_URL = '/dna/system/api/v1/auth/token'
USERNAME = credentials.DNAC_USERNAME
PASSWORD = credentials.DNAC_PASSWORD
Expand Down

0 comments on commit 3780ce7

Please sign in to comment.