From ffd2b1e3ead2cddf82374c67eb3c4cee5d211ab2 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Sat, 27 Jul 2024 13:12:36 +0200 Subject: [PATCH] add missing config --- backend/instance.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/backend/instance.yaml b/backend/instance.yaml index e69de29..ebe2ce2 100644 --- a/backend/instance.yaml +++ b/backend/instance.yaml @@ -0,0 +1,13 @@ +--- +# This is a cookiecutter configuration context file for +# +# cookiecutter-zope-instance +# +# available options are documented at +# https://github.com/bluedynamics/cookiecutter-zope-instance/ +# +default_context: + wsgi_listen: 0.0.0.0:8080 + initial_user_password: 'admin' + debug_mode: false + dos_protection_form_memory_limit: 1GB