[production] ;AWS ACCESS CREDENTIALS aws.access.key = {{ AWS_KEY }}; aws.access.secret = {{ AWS_SECRET }}; aws.access.region = {{ AWS_REGION }}; aws.access.signature_version = 'v4' ;Cloudsearch endpoints cloudsearch.endpoint.isrc = 'ENTER ENDPOINT' cloudsearch.endpoint.artist = 'ENTER ENDPOINT' cloudsearch.endpoint.catalog = 'ENTER ENDPOINT' ;SNS TOPIC ARN sns.topicarn.loadaccounting = 'arn:aws:sns:us-east-1:437795906767:data_pipeline_topic'; [staging : production] [testing : staging] [development : testing] aws.access.key = {{ AWS_KEY }}; aws.access.secret = {{ AWS_SECRET }}; aws.access.region = {{ AWS_REGION }}; ;Cloudsearch endpoints cloudsearch.endpoint.isrc = 'http://search-rs-dim-track-3rh4noyydnnutkflmbyfddvehe.us-east-1.cloudsearch.amazonaws.com/2013-01-01/search' cloudsearch.endpoint.artist = 'http://search-rs-dim-artist-saje2zbvcijk23vkbeuihis2qa.us-east-1.cloudsearch.amazonaws.com/2013-01-01/search' cloudsearch.endpoint.catalog = 'http://search-rs-dim-release-nut6lge3rvophbdffp3bbhl55q.us-east-1.cloudsearch.amazonaws.com/2013-01-01/search' ;SQS Queue configs sqs.single_asset_delivery.deliveryQ.queue_name = '{{ ORCHARD_SQS_NAME }}'