From f5dc41e0ba870e92bd2e9e8d51813b26eee3e6fc Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 19 May 2023 12:26:32 +0200 Subject: [PATCH] Added example audit configuration --- .../resources/config/example.applicationSetup.n3 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/home/src/main/resources/config/example.applicationSetup.n3 b/home/src/main/resources/config/example.applicationSetup.n3 index 0acd91f0f1..ce5dfa2fd4 100644 --- a/home/src/main/resources/config/example.applicationSetup.n3 +++ b/home/src/main/resources/config/example.applicationSetup.n3 @@ -26,10 +26,22 @@ :hasSearchIndexer :basicSearchIndexer ; :hasImageProcessor :iioImageProcessor ; :hasFileStorage :ptiFileStorage ; +# :hasAuditModule :tdbAuditModule ; :hasContentTripleSource :tdbContentTripleSource ; :hasConfigurationTripleSource :tdbConfigurationTripleSource ; :hasTBoxReasonerModule :jfactTBoxReasonerModule . +# ---------------------------- +# +# Audit module: +# + +#:tdbAuditModule +# a , +# ; +# :hasTdbDirectory "tdbAuditModels" . + + # ---------------------------- # # Image processor module: