We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8508b commit 50ec88dCopy full SHA for 50ec88d
README.md
@@ -111,8 +111,8 @@ public class DotenvxJacksonConfig {
111
}
112
```
113
114
-For encryption, make sure the field value with `private:` prefix.
115
-For decryption, make sure the field value with `encrypted:` prefix.
+For encryption, make sure the field's value with `private:` prefix.
+For decryption, make sure the field's value with `encrypted:` prefix.
116
117
**Tips**: please use `dotenvx init --stdout` to generate a new key pair for this case. Don't use app config key pair.
118
0 commit comments