Skip to content

Commit

Permalink
Update application-local.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
urviljoshi authored Mar 26, 2020
1 parent ab1d3f9 commit 9581cb0
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@

mosip.kernel.auditmanager-service-logs-location=logs/audit.log

javax.persistence.jdbc.driver=org.postgresql.Driver
javax.persistence.jdbc.url=jdbc:postgresql://<Database IP>:<Port>/mosip_audit
javax.persistence.jdbc.user=audituser
javax.persistence.jdbc.password=<Database Password>

hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
spring.h2.console.enabled=true
spring.h2.console.path=/admin/h2-console/
javax.persistence.jdbc.driver=org.h2.Driver
audit_database_url=jdbc:h2:mem:mosip_audit;
audit_database_username=audituser
audit_database_password=Mosip@dev123

hibernate.dialect=org.hibernate.dialect.H2Dialect
hibernate.jdbc.lob.non_contextual_creation=true
hibernate.hbm2ddl.auto=none
hibernate.hbm2ddl.auto=update
hibernate.show_sql=false
hibernate.format_sql=false
hibernate.connection.charSet=utf8
Expand Down

0 comments on commit 9581cb0

Please sign in to comment.