2011-07-19 18:07:31 +02:00
|
|
|
bin_dir = "/usr/lib/airtime/api_clients"
|
2011-07-20 01:35:39 +02:00
|
|
|
|
|
|
|
# Value needed to access the API
|
|
|
|
api_key = 'AAA'
|
|
|
|
|
|
|
|
# Path to the base of the API
|
|
|
|
api_base = 'api'
|
|
|
|
|
|
|
|
# Hostname
|
2012-10-19 17:09:34 +02:00
|
|
|
host = 'localhost'
|
2011-07-20 01:35:39 +02:00
|
|
|
base_port = 80
|
2013-01-15 19:47:35 +01:00
|
|
|
base_dir = '/'
|