Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit cd9a926

Browse files
integration
1 parent c686b65 commit cd9a926

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/lambda_api/env/integration.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ LOG_LEVEL=info
55
REGION_NAME=us-east-2
66
SQS_ENDPOINT=https://sqs.us-east-2.amazonaws.com
77
SQS_LOCALSTACK=http://localhost:4566
8-
APP_QUEUE=https://sqs.us-east-2.amazonaws.com/683720833731/test-queue
8+
APP_QUEUE=https://sqs.us-east-2.amazonaws.com/000000000000/test-queue
99
API_SERVER=https://service.hagatus.com.br
1010
API_SERVER_DESCRIPTION=Staging server
1111
LOCAL_API_SERVER=http://localhost:5000
1212
LOCAL_API_SERVER_DESCRIPTION=Development server
13-
REDIS_HOST=sourcing-service-events-api-redis-staging.redekasa.com
13+
REDIS_HOST=test.something.0001.use2.cache.amazonaws.com
1414
REDIS_PORT=6379

examples/lambda_sqs/env/integration.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ LOG_LEVEL=info
55
REGION_NAME=us-east-2
66
SQS_ENDPOINT=https://sqs.us-east-2.amazonaws.com
77
SQS_LOCALSTACK=http://localhost:4566
8-
APP_QUEUE=https://sqs.us-east-2.amazonaws.com/683720833731/test-queue
8+
APP_QUEUE=https://sqs.us-east-2.amazonaws.com/000000000000/test-queue
99
API_SERVER=https://service.hagatus.com.br
1010
API_SERVER_DESCRIPTION=Staging server
1111
LOCAL_API_SERVER=http://localhost:5000
1212
LOCAL_API_SERVER_DESCRIPTION=Development server
13-
REDIS_HOST=sourcing-service-events-api-redis-staging.redekasa.com
13+
REDIS_HOST=test.something.0001.use2.cache.amazonaws.com
1414
REDIS_PORT=6379

0 commit comments

Comments
 (0)