5 lines
202 B
Python
5 lines
202 B
Python
|
DOMAIN = "ondilo"
|
||
|
OAUTH2_AUTHORIZE = "https://interop.ondilo.com/oauth2/authorize"
|
||
|
OAUTH2_TOKEN = "https://interop.ondilo.com/oauth2/token"
|
||
|
URL_API_PREFIX = "https://interop.ondilo.com/api/customer/v1"
|