Adding missing auditing configuration property

This commit is contained in:
Thomas Georgios Giannos 2023-10-06 15:22:38 +03:00
parent 39163ed6bc
commit c7778e80b9
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ spring.datasource.maxIdle=10
spring.datasource.minIdle=5
spring.datasource.maxActive=10
#####################AUDITING#####################################
audit.enable = false
####################ELASTIIC SEARCH TAGS OVERRIDES CONFIGURATIONS##########
elasticsearch.host = localhost
elasticsearch.port = 9200