# Reach out to api_support@een.com in order to get a client_id, client_secret and to have your redirect_uri whitelisted client_id = "" client_secret = "" server_protocol = "http" server_host = "127.0.0.1" # Do not use 'localhost', use '127.0.0.1' instead server_port = "3333" # Note: # This code is not anticipating a trailing slash at the end of the redirect_uri. # When you submit your URLs to be whitelisted please do not include the trailing slash # or you can modify the __init__.py file to append the slash on to the redirect_uri