Skip to content

Commit 0e6a9d9

Browse files
authored
Merge pull request #21 from bwaidelich/patch-1
Fix "Enabling Encryption" example
2 parents b3b7c5a + b768435 commit 0e6a9d9

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)