CC-2097 : Show-recorder: Use RabbitMQ, api_client, and the structure of pypofetch

setting up configs
This commit is contained in:
naomiaro 2011-03-24 17:43:37 -04:00
parent f4bba3d302
commit 35b2ddfd29
4 changed files with 16 additions and 22 deletions

View file

@ -80,6 +80,7 @@ class AirtimeInstall {
$api_key = AirtimeInstall::GenerateRandomString();
AirtimeInstall::UpdateIniValue(__DIR__.'/../build/airtime.conf', 'api_key', $api_key);
AirtimeInstall::UpdateIniValue(__DIR__.'/../python_apps/pypo/config.cfg', 'api_key', "'$api_key'");
AirtimeInstall::UpdateIniValue(__DIR__.'/../python_apps/show-recorder/config.cfg', 'api_key', "'$api_key'");
}
public static function ExitIfNotRoot()