Skip to content

Commit 6053d7f

Browse files
committed
Updated readme
1 parent 264bb0a commit 6053d7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ This gem expects your secret value to be a JSON object. The only required key is
3636

3737
### Configuration
3838
The follow ENV vars are expected:
39-
`AWS_SECRETS_ENV` - preceeds all path lookups, ex: `dev`, `staging`, `qa`, `production`
40-
`AWS_SECRETS_KEY` - AWS IAM access key
41-
`AWS_SECRETS_SECRET` - AWS IAM access secret
39+
* `AWS_SECRETS_ENV` - preceeds all path lookups, ex: `dev`, `staging`, `qa`, `production`
40+
* `AWS_SECRETS_KEY` - AWS IAM access key
41+
* `AWS_SECRETS_SECRET` - AWS IAM access secret
4242

4343
The manager should be created at boot time, in an initializer for example, and stored as a constant or global.
4444
```

0 commit comments

Comments
 (0)