Made AirtimeAnalyzerServer.read_config_file static so CloudStorageUploader can use it.
Reverted MessageListener.msg_received_callback and MessageListener.spawn_analyzer_process back to static methods. Moved cloud storage settings out of MessageListener and into CloudStorageUploader
This commit is contained in:
parent
2f16385b53
commit
6adb33e89b
6 changed files with 30 additions and 35 deletions
|
@ -29,10 +29,4 @@ monit_password = airtime
|
|||
|
||||
[soundcloud]
|
||||
connection_retries = 3
|
||||
time_between_retries = 60
|
||||
|
||||
[cloud_storage]
|
||||
provider = S3
|
||||
bucket =
|
||||
api_key =
|
||||
api_key_secret =
|
||||
time_between_retries = 60
|
Loading…
Add table
Add a link
Reference in a new issue