sintonia/python_apps/api_clients/api_client.cfg

13 lines
200 B
INI
Raw Normal View History

bin_dir = "/usr/lib/airtime/api_clients"
# Value needed to access the API
api_key = 'AAA'
# Path to the base of the API
api_base = 'api'
# Hostname
host = 'localhost'
base_port = 80
base_dir = '/'