Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
a-patel committed May 15, 2019
1 parent 6c2bd4b commit 46703e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/AwsAspNetCoreLabs.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
},
"Caching": {
"CacheExpirationInMinutes": 20,
"RedisPrimaryEndpoint": "192.168.1.40:6379"
"RedisPrimaryEndpoint": "localhost:6379"
},
"Session": {
"IdleTimeoutInMinutes": 20,
"DynamoDbTableName": "aashish-session",
"DynamoDbRegion": "ap-southeast-2"
"DynamoDbRegion": "us-west-2"
},
"Storage": {
"BucketName": "aashish-data",
"AWSRegion": "ap-southeast-2",
"AWSAccessKey": "AKIAI4GBUURBWVGYIQNA",
"AWSSecretKey": "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"
"AWSRegion": "us-west-2",
"AWSAccessKey": "",
"AWSSecretKey": ""
},
"Queueing": {
"AWSRegion": "ap-southeast-2",
"QueueUrl": "https://sqs.ap-southeast-2.amazonaws.com/940056252986/aashish-events"
"QueueUrl": "https://sqs.ap-southeast-2.amazonaws.com/gfhf/aashish-events"
},
"Email": {
"FromName": "aashishpatel",
Expand Down

0 comments on commit 46703e8

Please sign in to comment.