Skip to content

Commit b69c2fe

Browse files
default to pghistory
1 parent a068fcd commit b69c2fe

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
DD_SECRET_KEY: "${DD_SECRET_KEY:-hhZCp@D28z!n@NED*yB!ROMt+WzsY*iq}"
5454
DD_CREDENTIAL_AES_256_KEY: "${DD_CREDENTIAL_AES_256_KEY:-&91a*agLqesc*0DJ+2*bAbsUZfR*4nLw}"
5555
DD_DATABASE_READINESS_TIMEOUT: "${DD_DATABASE_READINESS_TIMEOUT:-30}"
56-
DD_AUDITLOG_TYPE: "${DD_AUDITLOG_TYPE:-django-auditlog}"
56+
DD_AUDITLOG_TYPE: "${DD_AUDITLOG_TYPE:-django-pghistory}"
5757
volumes:
5858
- type: bind
5959
source: ./docker/extra_settings
@@ -75,7 +75,7 @@ services:
7575
DD_SECRET_KEY: "${DD_SECRET_KEY:-hhZCp@D28z!n@NED*yB!ROMt+WzsY*iq}"
7676
DD_CREDENTIAL_AES_256_KEY: "${DD_CREDENTIAL_AES_256_KEY:-&91a*agLqesc*0DJ+2*bAbsUZfR*4nLw}"
7777
DD_DATABASE_READINESS_TIMEOUT: "${DD_DATABASE_READINESS_TIMEOUT:-30}"
78-
DD_AUDITLOG_TYPE: "${DD_AUDITLOG_TYPE:-django-auditlog}"
78+
DD_AUDITLOG_TYPE: "${DD_AUDITLOG_TYPE:-django-pghistory}"
7979
volumes:
8080
- type: bind
8181
source: ./docker/extra_settings
@@ -96,7 +96,7 @@ services:
9696
DD_SECRET_KEY: "${DD_SECRET_KEY:-hhZCp@D28z!n@NED*yB!ROMt+WzsY*iq}"
9797
DD_CREDENTIAL_AES_256_KEY: "${DD_CREDENTIAL_AES_256_KEY:-&91a*agLqesc*0DJ+2*bAbsUZfR*4nLw}"
9898
DD_DATABASE_READINESS_TIMEOUT: "${DD_DATABASE_READINESS_TIMEOUT:-30}"
99-
DD_AUDITLOG_TYPE: "${DD_AUDITLOG_TYPE:-django-auditlog}"
99+
DD_AUDITLOG_TYPE: "${DD_AUDITLOG_TYPE:-django-pghistory}"
100100
volumes:
101101
- type: bind
102102
source: ./docker/extra_settings
@@ -118,7 +118,7 @@ services:
118118
DD_SECRET_KEY: "${DD_SECRET_KEY:-hhZCp@D28z!n@NED*yB!ROMt+WzsY*iq}"
119119
DD_CREDENTIAL_AES_256_KEY: "${DD_CREDENTIAL_AES_256_KEY:-&91a*agLqesc*0DJ+2*bAbsUZfR*4nLw}"
120120
DD_DATABASE_READINESS_TIMEOUT: "${DD_DATABASE_READINESS_TIMEOUT:-30}"
121-
DD_AUDITLOG_TYPE: "${DD_AUDITLOG_TYPE:-django-auditlog}"
121+
DD_AUDITLOG_TYPE: "${DD_AUDITLOG_TYPE:-django-pghistory}"
122122
volumes:
123123
- type: bind
124124
source: ./docker/extra_settings

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,5 +1970,5 @@ def saml2_attrib_map_format(din):
19701970
PGHISTORY_OBJ_FIELD = pghistory.ObjForeignKey(db_index=True)
19711971

19721972
#########################################################################################################
1973-
# Endof Auditlog configuration #
1973+
# End of Auditlog configuration #
19741974
#########################################################################################################

0 commit comments

Comments
 (0)