9 lines
241 B
Python
Executable File
9 lines
241 B
Python
Executable File
# these values are used by ormcli to retrieve auth_token which is sent,
|
|
# along with region, with each cms and fms api request
|
|
tenant_name = ''
|
|
username = ''
|
|
password = False
|
|
auth_region = ''
|
|
orm_base_url = 'http://127.0.0.1'
|
|
verify = False
|