From 7ae9262da08c2445f5395b595e74c0fae03d80b0 Mon Sep 17 00:00:00 2001
From: pkupczyk <pkupczyk@ethz.ch>
Date: Mon, 3 Jun 2024 09:19:57 +0200
Subject: [PATCH] BIS-736 : external data table for AFS : update production
 service.properties

---
 server-data-store/dist/etc/service.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server-data-store/dist/etc/service.properties b/server-data-store/dist/etc/service.properties
index c417ee478fe..f066366d512 100755
--- a/server-data-store/dist/etc/service.properties
+++ b/server-data-store/dist/etc/service.properties
@@ -7,6 +7,7 @@ jsonObjectMapperClass=ch.ethz.sis.afsjson.jackson.JacksonObjectMapper
 writeAheadLogRoot=$DSS_ROOT_DIR/transactions
 storageRoot=$DSS_ROOT_DIR/store
 storageUuid=
+storageIncomingShareId=1
 
 httpServerClass=ch.ethz.sis.afsserver.http.impl.NettyHttpServer
 httpServerUri=/afs-server
@@ -24,6 +25,7 @@ workerFactoryClass=ch.ethz.sis.afsserver.worker.WorkerFactory
 publicApiInterface=ch.ethz.sis.afsapi.api.PublicAPI
 apiServerInteractiveSessionKey=
 apiServerTransactionManagerKey=
+apiServerObserver=ch.ethz.sis.afsserver.server.observer.impl.OpenBISServerObserver
 apiServerWorkerTimeout=3600000
 openBISUrl=https://$HOSTNAME:8443/openbis/openbis/rmi-application-server-v3
 openBISTimeout=30000
\ No newline at end of file
-- 
GitLab