From 661c7565c312da2c7c7d058aa74bb01e46d414d0 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Wed, 7 Oct 2020 10:53:44 -0300 Subject: [PATCH] Added instance.zeoclient question to Portalmodelo form --- charts/portalmodelo/v0.5.0/questions.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/charts/portalmodelo/v0.5.0/questions.yaml b/charts/portalmodelo/v0.5.0/questions.yaml index 7a6697c..5a86430 100644 --- a/charts/portalmodelo/v0.5.0/questions.yaml +++ b/charts/portalmodelo/v0.5.0/questions.yaml @@ -84,6 +84,14 @@ questions: required: true group: Avançado +- variable: instance.zeoclient + default: true + type: boolean + description: "Separar ZEO Server e Cliente?" + label: "Cliente ZEO?" + required: true + group: Avançado + - variable: portal.zodbCacheSize default: 1000 description: "Tamanho do Cache do ZODB (em número de objetos)"