Skip to content

Commit

Permalink
specify system section for enabling bridges (#4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinus95 authored Mar 30, 2024
1 parent e0be366 commit 24e4299
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/03_For_Hosts/05_Whitelisting.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Modify `config.ini.php` to limit available bridges.
Modify `config.ini.php` to limit available bridges. Those changes should be applied in the `[system]` section.

## Enable all bridges

```
[system]
enabled_bridges[] = *
```

## Enable some bridges

```
[system]
enabled_bridges[] = TwitchBridge
enabled_bridges[] = GettrBridge
```
Expand Down

0 comments on commit 24e4299

Please sign in to comment.