Skip to content

Commit 6ed00f6

Browse files
committed
add history preserving mode
1 parent c300964 commit 6ed00f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • templates/sub/project_settings/{{ cookiecutter.__folder_name }}/backend

templates/sub/project_settings/{{ cookiecutter.__folder_name }}/backend/instance.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ default_context:
99
{%- if cookiecutter.postgres %}
1010
db_storage: 'pgjsonb'
1111
db_pgjsonb_dsn: "dbname='zodb' user='zodb' password='zodb' host='localhost' port='5433'"
12+
db_pgjsonb_history_preserving: true
13+
1214
environment:
1315
PGTHUMBOR_SECURITY_KEY: {{ cookiecutter.security_key }}
1416
PGTHUMBOR_SERVER_URL: "http://thumbor.127.0.0.1.nip.io:8888"

0 commit comments

Comments
 (0)