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 3f8004c commit 2740695Copy full SHA for 2740695
src/content/docs/concept/Inter-Process Communication/brownfield.md
@@ -16,13 +16,15 @@ legacy systems.
16
## Configuration
17
18
Because the Brownfield pattern is the default pattern, it doesn't require a configuration option to be set. To explicitly set
19
-it, you can use the `tauri > pattern` object in the `tauri.conf.json` configuration file.
+it, you can use the `app > security > pattern` object in the `tauri.conf.json` configuration file.
20
21
```json
22
{
23
- "tauri": {
24
- "pattern": {
25
- "use": "brownfield"
+ "app": {
+ "security": {
+ "pattern": {
26
+ "use": "brownfield"
27
+ }
28
}
29
30
0 commit comments