Skip to content

Commit 1e845e6

Browse files
author
Lloyd Watkin
committed
Use 'or'
1 parent 330cb25 commit 1e845e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ Please see [the example configuration file](https://github.com/buddycloud/buddyc
7777
| channels.autosubscribe.autoapprove | | | If any of the 'channels.autosubscribe' channels are private local channels, then whether to automatically approve the user. __Note:__ This will only work on local private channels |
7878
| channel.configuration.default.accessmodel | open | | The default access model for new nodes |
7979
| channel.configuration.default.affiliation | member | | The default affiliation for new nodes |
80-
| channel.configuration.[**posts**\|**status**\|**geo.next**\|etc].accessmodel | | | Override default access model on the node type |
81-
| channel.configuration.[**posts**\|**status**\|**geo.next**\|etc].affiliation | | | Override default affiliation on the node type |
82-
| channel.configuration.[**posts**\|**status**\|**geo.next**\|etc].title | %jid%'s status | | Override default node title on the node type |
83-
| channel.configuration.[**posts**\|**status**\|**geo.next**\|etc].description | %jid%'s status | | Override default node description on the node type |
80+
| channel.configuration.[**posts** or **status** or **geo.next**, etc].accessmodel | | | Override default access model on the node type |
81+
| channel.configuration.[**posts** or **status** or **geo.next**, etc].affiliation | | | Override default affiliation on the node type |
82+
| channel.configuration.[**posts** or **status** or **geo.next**, etc].title | %jid%'s status | | Override default node title on the node type |
83+
| channel.configuration.[**posts** or **status** or **geo.next**, etc].description | %jid%'s status | | Override default node description on the node type |
8484
| discovery.dns.enabled | true | | Allow DNS discovery of other channel servers |
8585
| sync.purge-on-start | false | | Purge remote data on server start |
8686

0 commit comments

Comments
 (0)