31 lines
1.2 KiB
Bash
31 lines
1.2 KiB
Bash
|
|
## for NA - US
|
|
SQS_QUEUE_US_URL = https://sqs.us-east-1.amazonaws.com/416818527652/sp-traffic-stream-us-destination-queue
|
|
## for NA -CA
|
|
SQS_QUEUE_CA_URL = https://sqs.us-east-1.amazonaws.com/416818527652/sp-traffic-stream-ca-destination-queue
|
|
## for EU - UK
|
|
SQS_QUEUE_UK_URL = https://sqs.eu-west-1.amazonaws.com/416818527652/sp-traffic-stream-uk-destination-queue
|
|
## for EU - DE
|
|
SQS_QUEUE_DE_URL = https://sqs.eu-west-1.amazonaws.com/416818527652/sp-traffic-stream-de-destination-queue
|
|
## FOR EU - FR
|
|
SQS_QUEUE_FR_URL = https://sqs.eu-west-1.amazonaws.com/416818527652/sp-traffic-stream-fr-destination-queue
|
|
## FOR EU - IT
|
|
SQS_QUEUE_IT_URL = https://sqs.eu-west-1.amazonaws.com/416818527652/sp-traffic-stream-it-destination-queue
|
|
## FOR EU - ES
|
|
SQS_QUEUE_ES_URL = https://sqs.eu-west-1.amazonaws.com/416818527652/sp-traffic-stream-es-destination-queue
|
|
|
|
## REGIONS
|
|
AWS_REGION_US_EAST = us-east-1
|
|
AWS_REGION_EU_WEST = eu-west-1
|
|
|
|
|
|
## DB CREDENTIALS
|
|
DB_HOST = utopia-2.c5qech8o9lgg.us-east-1.rds.amazonaws.com
|
|
DB_USER = stream-user
|
|
DB_PASSWORD = Utopia01
|
|
DB_NAME = ads_stream_api
|
|
|
|
## AWS keys
|
|
AWS_ACCESS_KEY = AKIAWCDCR7WSP2F3Y4WJ
|
|
AWS_SECRET_KEY = a2FKayDTYWUNjOC316n8yM+PxGZP5tAFYL8NvgMz
|