add new api_client file to upgrade dir
This commit is contained in:
parent
54a9f50055
commit
7cf11b820a
|
@ -0,0 +1,12 @@
|
|||
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 = '/'
|
Loading…
Reference in New Issue