Skip to content

Commit 46703e8

Browse files
authored
Update appsettings.json
1 parent 6c2bd4b commit 46703e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/AwsAspNetCoreLabs.Web/appsettings.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
},
88
"Caching": {
99
"CacheExpirationInMinutes": 20,
10-
"RedisPrimaryEndpoint": "192.168.1.40:6379"
10+
"RedisPrimaryEndpoint": "localhost:6379"
1111
},
1212
"Session": {
1313
"IdleTimeoutInMinutes": 20,
1414
"DynamoDbTableName": "aashish-session",
15-
"DynamoDbRegion": "ap-southeast-2"
15+
"DynamoDbRegion": "us-west-2"
1616
},
1717
"Storage": {
1818
"BucketName": "aashish-data",
19-
"AWSRegion": "ap-southeast-2",
20-
"AWSAccessKey": "AKIAI4GBUURBWVGYIQNA",
21-
"AWSSecretKey": "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"
19+
"AWSRegion": "us-west-2",
20+
"AWSAccessKey": "",
21+
"AWSSecretKey": ""
2222
},
2323
"Queueing": {
2424
"AWSRegion": "ap-southeast-2",
25-
"QueueUrl": "https://sqs.ap-southeast-2.amazonaws.com/940056252986/aashish-events"
25+
"QueueUrl": "https://sqs.ap-southeast-2.amazonaws.com/gfhf/aashish-events"
2626
},
2727
"Email": {
2828
"FromName": "aashishpatel",

0 commit comments

Comments
 (0)