Skip to content

Commit

Permalink
Remove audit-events retention period
Browse files Browse the repository at this point in the history
  • Loading branch information
avdev4j committed Jul 3, 2020
1 parent 10ae425 commit f0bbc13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Expand Up @@ -395,10 +395,6 @@ jhipster:
host: localhost
port: 5000
queue-size: 512
<%_ if (databaseType === 'sql' || databaseType === 'mongodb' || databaseType === 'couchbase') { _%>
audit-events:
retention-period: 30 # Number of days before audit events are deleted.
<%_ } _%>
<%_ if (applicationType === 'uaa') { _%>
uaa:
key-store:
Expand Down
Expand Up @@ -366,10 +366,6 @@ jhipster:
host: localhost
port: 5000
queue-size: 512
<%_ if (databaseType === 'sql' || databaseType === 'mongodb' || databaseType === 'couchbase') { _%>
audit-events:
retention-period: 30 # Number of days before audit events are deleted.
<%_ } _%>
<%_ if (applicationType === 'uaa') { _%>
uaa:
#be sure to to change to a different keystore in production!
Expand Down

0 comments on commit f0bbc13

Please sign in to comment.