Skip to content

Commit

Permalink
remove unneeded AWS_ACCOUNT env
Browse files Browse the repository at this point in the history
  • Loading branch information
nzoschke committed Apr 25, 2016
1 parent cb0ea5b commit c1b2f8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions api/dist/kernel.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
"Condition": "Development",
"Value": { "Fn::If": [ "Autoscale", "true", "false" ] }
},
"AwsAccount": {
"Condition": "Development",
"Value": { "Ref": "AWS::AccountId" }
},
"AwsRegion": {
"Condition": "Development",
"Value": { "Ref": "AWS::Region" }
Expand Down Expand Up @@ -1402,7 +1398,6 @@
"Command": "api/bin/web",
"CPU": "128",
"Environment": {
"AWS_ACCOUNT": { "Ref": "AWS::AccountId" },
"AWS_REGION": { "Ref": "AWS::Region" },
"AWS_ACCESS": { "Ref": "KernelAccess" },
"AWS_SECRET": { "Fn::GetAtt": [ "KernelAccess", "SecretAccessKey" ] },
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ web:
environment:
- AUTOSCALE=false
- DEVELOPMENT=true
- AWS_ACCOUNT
- AWS_REGION
- AWS_ACCESS
- AWS_SECRET
Expand Down

0 comments on commit c1b2f8f

Please sign in to comment.