Skip to content

Commit f9203b6

Browse files
author
Travis CI
committed
docs: update main description
1 parent 9587a95 commit f9203b6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
[![Coverage Status](https://coveralls.io/repos/github/audunru/config-secrets/badge.svg?branch=master)](https://coveralls.io/github/audunru/config-secrets?branch=master)
55
[![StyleCI](https://github.styleci.io/repos/415400658/shield?branch=master)](https://github.styleci.io/repos/415400658)
66

7-
Retrieve secrets from AWS Secrets Manager and use them as config variables in Laravel.
7+
Retrieve secrets from AWS Secrets Manager and override config variables in Laravel.
8+
9+
As an example, you could store your database password in AWS Secrets Manager instead of your .env file. This package does not modify your .env file or config files. Instead, the configuration values are set using Laravel's `config()` helper right after your application has started.
810

911
# Installation
1012

0 commit comments

Comments
 (0)