Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fterrag authored Mar 13, 2021
1 parent bc272b4 commit 6ab8612
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ A simple version of the AWS Elastic Beanstalk Worker Environment SQS daemon ([sq
$ SQSD_QUEUE_REGION=us-east-1 SQSD_QUEUE_URL=http://queue.url SQSD_HTTP_URL=http://service.url/endpoint go run cmd/simplesqsd/simplesqsd.go
```

Docker (uses a Docker Hub repository):
```bash
$ docker run -e AWS_ACCESS_KEY_ID=your-access-id AWS_SECRET_ACCESS_KEY=your-secret-key SQSD_QUEUE_REGION=us-east-1 -e SQSD_QUEUE_URL=http://queue.url -e SQSD_HTTP_URL=http://service.url/endpoint fterrag/simple-sqsd:latest
```

## Configuration

|**Environment Variable**|**Default Value**|**Required**|**Description**|
Expand Down

0 comments on commit 6ab8612

Please sign in to comment.