Skip to content

Commit 7ee8528

Browse files
Merge pull request #431 from Bre77/develop
Add distsearch.conf to Stream Search Command examples
2 parents 56c108b + 514cb43 commit 7ee8528

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Valid in <=8.2
2+
[replicationWhitelist]
3+
searchcommands_app = apps/searchcommands_app/lib/...
4+
5+
# Valid in >=8.3
6+
[replicationAllowlist]
7+
searchcommands_app = apps/searchcommands_app/lib/...
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Valid in <=8.2
2+
[replicationWhitelist]
3+
searchcommands_template = apps/searchcommands_template/lib/...
4+
5+
# Valid in >=8.3
6+
[replicationAllowlist]
7+
searchcommands_template = apps/searchcommands_template/lib/...

0 commit comments

Comments
 (0)