diff --git a/install_minimal/upgrades/airtime-2.4.0/etc/api_client.cfg b/install_minimal/upgrades/airtime-2.4.0/etc/api_client.cfg new file mode 100644 index 000000000..5bcce0bfa --- /dev/null +++ b/install_minimal/upgrades/airtime-2.4.0/etc/api_client.cfg @@ -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 = '/'