hosingh000 ee9bbf42b6 Fix config file and apache setup
Change-Id: Ie17d7afe563d845fa75abae281da9eaaff9b4a27
2017-09-26 10:03:40 -05:00

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