diff --git a/binder/sascfg_personal.py b/binder/sascfg_personal.py index f73a75c..112bb86 100644 --- a/binder/sascfg_personal.py +++ b/binder/sascfg_personal.py @@ -1,8 +1,10 @@ SAS_config_names = ['viya4'] viya4 = { - 'url':'https://temp.url.com:443', + 'url':'https://binder.demo.sas.com', 'verify': False, - 'timeout': 30, - 'context':'SAS Job Execution compute context' + 'context':'SAS Job Execution compute context', + 'client_id' : "SASPy", + 'client_secret' : "7c301751-3114-4554-ad82-e20e3466bb17", + }