Skip to content

Commit 2740695

Browse files
authored
Update docs for brownfield configuration path to be app.security.pattern (#3333)
1 parent 3f8004c commit 2740695

File tree

1 file changed

+6
-4
lines changed
  • src/content/docs/concept/Inter-Process Communication

1 file changed

+6
-4
lines changed

src/content/docs/concept/Inter-Process Communication/brownfield.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ legacy systems.
1616
## Configuration
1717

1818
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.
19+
it, you can use the `app > security > pattern` object in the `tauri.conf.json` configuration file.
2020

2121
```json
2222
{
23-
"tauri": {
24-
"pattern": {
25-
"use": "brownfield"
23+
"app": {
24+
"security": {
25+
"pattern": {
26+
"use": "brownfield"
27+
}
2628
}
2729
}
2830
}

0 commit comments

Comments
 (0)