#101 event service edited

pull/212/head
a.vasin 5 years ago
parent ae8dc58a9d
commit e6dc2abdd9

@ -22,9 +22,9 @@ spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.ssl.enable=true
spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
# JPA Settings
spring.datasource.url=jdbc:postgresql://localhost:5433/ng-tracker
spring.datasource.url=jdbc:postgresql://localhost:5432/ng-tracker
spring.datasource.username=postgres
spring.datasource.password=1234
spring.datasource.password=postgres
spring.datasource.driverclassName=org.postgresql.Driver
spring.jpa.hibernate.ddl-auto=validate
# Liquibase Settings

Loading…
Cancel
Save