We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c300964 commit 6ed00f6Copy full SHA for 6ed00f6
1 file changed
templates/sub/project_settings/{{ cookiecutter.__folder_name }}/backend/instance.yaml
@@ -9,6 +9,8 @@ default_context:
9
{%- if cookiecutter.postgres %}
10
db_storage: 'pgjsonb'
11
db_pgjsonb_dsn: "dbname='zodb' user='zodb' password='zodb' host='localhost' port='5433'"
12
+ db_pgjsonb_history_preserving: true
13
+
14
environment:
15
PGTHUMBOR_SECURITY_KEY: {{ cookiecutter.security_key }}
16
PGTHUMBOR_SERVER_URL: "http://thumbor.127.0.0.1.nip.io:8888"
0 commit comments