From 264eae518480792bca0545733054977326c03ea1 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Fri, 9 Jun 2023 09:06:34 -0300 Subject: [PATCH] fix: test docker --- src/dev-env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev-env.yml b/src/dev-env.yml index eabc59e2..d414c500 100644 --- a/src/dev-env.yml +++ b/src/dev-env.yml @@ -58,7 +58,7 @@ DATABASE: DB_PREFIX_NAME: evolution # Choose the data you want to save in the application's database or store SAVE_DATA: - INSTANCE: true + INSTANCE: false OLD_MESSAGE: false NEW_MESSAGE: true MESSAGE_UPDATE: true