Skip to content

Commit

Permalink
Merge pull request #258 from Engineering-Research-and-Development/fea…
Browse files Browse the repository at this point in the history
…ture/properties_typo

fixed a typo in receiver .properties
  • Loading branch information
davidjovanovic authored Feb 22, 2024
2 parents 06d3a18 + 25929bf commit 7e0aee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-RECEIVER.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ logging.config=classpath:logback-RECEIVER.xml
# Choose which events to log from list bellow
#auditableEvents=ALL,NONE,SELF_DESCRIPTION,SELF_DESCRIPTION_ALL,CONTRACT_OFFER,OFFERED_RESOURCE,REPRESENTATION,USER,EXCEPTION,CONNECTOR
# if left empty it will default to ALL
application.logging.auditableEvents=
application.logging.auditableEvents=ALL

#GLOBAL PROPERTIES
#define the directory where you can find certificates
Expand Down Expand Up @@ -195,7 +195,7 @@ application.selfdescription.inboundModelVersion=4.0.0,4.1.0,4.1.2,4.2.0,4.2.1,4.
application.selfdescription.defaultEndpoint=

#H2 properties
spring.datasource.url=jdbc:h2:file:./audit_logs_receiever;CIPHER=AES
spring.datasource.url=jdbc:h2:file:./audit_logs_receiver;CIPHER=AES
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.datasource.driver-class-name=org.h2.Driver

Expand Down

0 comments on commit 7e0aee0

Please sign in to comment.