Skip to content

Commit b768435

Browse files
authored
Fix "Enabling Encryption" example
1 parent b3b7c5a commit b768435

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ by using environment variables.
6565
```yaml
6666
Flownative:
6767
OAuth2:
68-
encryption:
69-
base64EncodedKey: 'qpBzrH7icQqBKenvk8wTKROv4qcJNxslzdGo3IKXmws='
68+
Client:
69+
encryption:
70+
base64EncodedKey: 'qpBzrH7icQqBKenvk8wTKROv4qcJNxslzdGo3IKXmws='
7071
```
7172
7273
### Verifying Encryption Configuration

0 commit comments

Comments
 (0)