Skip to content

Commit

Permalink
removed superfluous firehose in variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz-Matthew-bah committed Feb 28, 2018
1 parent 20ca381 commit 6125ced
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Variable usage guide:
# _ACCESS_KEY_ID : The Amazon Web Services (AWS) bucket access key ID.
# _SECRET_ACCESS_KEY : The AWS bucket secret access key.
# _FIREHOSE_BUCKET_NAME : The name of the destination AWS bucket.
# _BUCKET_NAME : The name of the destination AWS bucket.
# _DEPOSIT_KEY : The filename prefix appended to files deposited to the destination bucket (may be a file path).
# _TOPIC : The name of the Kafka topic to which this depositor will listen.
# _DESTINATION : (Optional) Depositors will default to Firehose depositing. Uncomment this to override to S3 deposit.
Expand All @@ -31,31 +31,31 @@ DOCKER_SHARED_VOLUME=

CVPEP_BSM_ACCESS_KEY_ID=
CVPEP_BSM_SECRET_ACCESS_KEY=
CVPEP_BSM_FIREHOSE_BUCKET_NAME=
CVPEP_BSM_BUCKET_NAME=
CVPEP_BSM_DEPOSIT_KEY="wydot-bsm-"
CVPEP_BSM_TOPIC="topic.FilteredOdeBsmJson"
#CVPEP_BSM_DESTINATION=s3


RDE_BSM_ACCESS_KEY_ID=
RDE_BSM_SECRET_ACCESS_KEY=
RDE_BSM_FIREHOSE_BUCKET_NAME=
RDE_BSM_BUCKET_NAME=
RDE_BSM_DEPOSIT_KEY="wydot-filtered-bsm-"
RDE_BSM_TOPIC="topic.OdeBsmJson"
#RDE_BSM_DESTINATION=s3


CVPEP_TIM_ACCESS_KEY_ID=
CVPEP_TIM_SECRET_ACCESS_KEY=
CVPEP_TIM_FIREHOSE_BUCKET_NAME=
CVPEP_TIM_BUCKET_NAME=
CVPEP_TIM_DEPOSIT_KEY="wydot-tim-"
CVPEP_TIM_TOPIC=topic.OdeTimJson="topic.OdeTimJson"
#CVPEP_TIM_DESTINATION=s3


RDE_TIM_ACCESS_KEY_ID=
RDE_TIM_SECRET_ACCESS_KEY=
RDE_TIM_FIREHOSE_BUCKET_NAME=
RDE_TIM_BUCKET_NAME=
RDE_TIM_DEPOSIT_KEY="wydot-filtered-tim-"
RDE_TIM_TOPIC="topic.OdeTimJson"
#RDE_TIM_DESTINATION=s3
Expand Down

0 comments on commit 6125ced

Please sign in to comment.