From dfb7e0147d352040be7ea92b400352f57fe979f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Jos=C3=A9=20Ara=C3=BAjo=20Ferreira?=
 <davidaraujo@av.it.pt>
Date: Tue, 26 Mar 2024 15:23:30 +0000
Subject: [PATCH] Update my_deploy.sh

---
 my_deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/my_deploy.sh b/my_deploy.sh
index 92a1bfb63..12476cfae 100755
--- a/my_deploy.sh
+++ b/my_deploy.sh
@@ -101,7 +101,7 @@ export CRDB_DATABASE="tfs"
 
 # Set CockroachDB installation mode to 'single'. This option is convenient for development and testing.
 # See ./deploy/all.sh or ./deploy/crdb.sh for additional details
-export CRDB_DEPLOY_MODE="cluster"
+export CRDB_DEPLOY_MODE="single"
 
 # Disable flag for dropping database, if it exists.
 export CRDB_DROP_DATABASE_IF_EXISTS=""
-- 
GitLab