add new api_client file to upgrade dir
This commit is contained in:
parent
54a9f50055
commit
7cf11b820a
1 changed files with 12 additions and 0 deletions
12
install_minimal/upgrades/airtime-2.4.0/etc/api_client.cfg
Normal file
12
install_minimal/upgrades/airtime-2.4.0/etc/api_client.cfg
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue