From 7cf11b820a4d07df3ea88009a1c0af6fcada3170 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 18 Apr 2013 18:04:50 -0400 Subject: [PATCH] add new api_client file to upgrade dir --- .../upgrades/airtime-2.4.0/etc/api_client.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 install_minimal/upgrades/airtime-2.4.0/etc/api_client.cfg 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 = '/'