From 5a2d12d277e8c2a5b39b3166e2017bc93ebcdfc5 Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Tue, 24 Nov 2020 11:09:12 +0100
Subject: [PATCH] DOC: Added EXT_STATE_ENTITY=ENABLE to example config.

---
 conf/core/server.conf | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/conf/core/server.conf b/conf/core/server.conf
index f831f074..81ae7c2c 100644
--- a/conf/core/server.conf
+++ b/conf/core/server.conf
@@ -145,7 +145,7 @@ MAIL_TO_FILE_HANDLER_LOC=./
 
 # --------------------------------------------------
 # Admin settings
-# # --------------------------------------------------
+# --------------------------------------------------
 # Name of the administrator of this instance
 ADMIN_NAME=CaosDB Admin
 # Email of the administrator of this instance
@@ -183,3 +183,11 @@ CHECK_ENTITY_ACL_ROLES_MODE=MUST
 GLOBAL_ENTITY_PERMISSIONS_FILE=./conf/core/global_entity_permissions.xml
 
 ENTITY_VERSIONING_ENABLED=true
+
+
+# --------------------------------------------------
+# Extension settings
+# --------------------------------------------------
+
+# Enabling the state machine extension
+# EXT_STATE_ENTITY=ENABLE
-- 
GitLab