From d47f9188e7825a7c86adab9bfe7fb665e81ea418 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Fri, 28 Jan 2022 14:39:15 +1000 Subject: [PATCH 1/2] Create distsearch.conf --- examples/searchcommands_template/default/distsearch.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/searchcommands_template/default/distsearch.conf diff --git a/examples/searchcommands_template/default/distsearch.conf b/examples/searchcommands_template/default/distsearch.conf new file mode 100644 index 000000000..8abbe3b9e --- /dev/null +++ b/examples/searchcommands_template/default/distsearch.conf @@ -0,0 +1,7 @@ +# Valid in <=8.2 +[replicationWhitelist] +searchcommands_template = apps/searchcommands_template/lib/... + +# Valid in >=8.3 +[replicationAllowlist] +searchcommands_template = apps/searchcommands_template/lib/... From 514cb4332d31efb021a4b8b6dea810b46c65acc8 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Fri, 28 Jan 2022 14:42:06 +1000 Subject: [PATCH 2/2] Create distsearch.conf --- .../searchcommands_app/package/default/distsearch.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/searchcommands_app/package/default/distsearch.conf diff --git a/examples/searchcommands_app/package/default/distsearch.conf b/examples/searchcommands_app/package/default/distsearch.conf new file mode 100644 index 000000000..1c13e5414 --- /dev/null +++ b/examples/searchcommands_app/package/default/distsearch.conf @@ -0,0 +1,7 @@ +# Valid in <=8.2 +[replicationWhitelist] +searchcommands_app = apps/searchcommands_app/lib/... + +# Valid in >=8.3 +[replicationAllowlist] +searchcommands_app = apps/searchcommands_app/lib/...