Skip to content

Commit 707b66e

Browse files
committed
More docs improve
1 parent f790263 commit 707b66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ Global.backend(:filesystem)
304304
Global.backend(:gcp_secret_manager, prefix: 'prod-myapp-', project_id: 'example')
305305
```
306306

307-
Create parameters:
307+
Create secrets:
308308

309309
```
310310
prod-myapp-basic_auth-username => "bill"
311-
prod-myapp-basic_auth-password => "secret" # make sure to encrypt this one!
311+
prod-myapp-basic_auth-password => "secret"
312312
prod-myapp-api_endpoint => "https://api.myapp.com"
313313
```
314314

0 commit comments

Comments
 (0)