From 6fb8366cb45e3a97d9078f2012179d1b5734a212 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Fri, 28 Jan 2022 14:33:07 +1000 Subject: [PATCH 1/3] 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 00000000..0fc776bf --- /dev/null +++ b/examples/searchcommands_app/package/default/distsearch.conf @@ -0,0 +1,7 @@ +# Valid in 8.2< +[replicationWhitelist] +array2object = apps/searchcommands_app/lib/... + +# Valid in 8.3> +[replicationAllowlist] +array2object = apps/searchcommands_app/lib/... From 2be8e4dcf91691a2f4923b1dc7e2ab4ef8c97a9c Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Fri, 28 Jan 2022 14:34:00 +1000 Subject: [PATCH 2/3] 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 00000000..13eaff29 --- /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 b8f557ffcc8394ae5da7199c9409f33b326c66c9 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Fri, 28 Jan 2022 14:34:29 +1000 Subject: [PATCH 3/3] Fix name --- examples/searchcommands_app/package/default/distsearch.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/searchcommands_app/package/default/distsearch.conf b/examples/searchcommands_app/package/default/distsearch.conf index 0fc776bf..a5bf1fa6 100644 --- a/examples/searchcommands_app/package/default/distsearch.conf +++ b/examples/searchcommands_app/package/default/distsearch.conf @@ -1,7 +1,7 @@ # Valid in 8.2< [replicationWhitelist] -array2object = apps/searchcommands_app/lib/... +searchcommands_app = apps/searchcommands_app/lib/... # Valid in 8.3> [replicationAllowlist] -array2object = apps/searchcommands_app/lib/... +searchcommands_app = apps/searchcommands_app/lib/...