Skip to content

Commit

Permalink
Merge pull request #313 from ita-social-projects/HelenSotnik-patch-1
Browse files Browse the repository at this point in the history
Update application-dev.properties
  • Loading branch information
HelenSotnik authored Feb 16, 2024
2 parents b5b0090 + 5dfcb19 commit c49c335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spring.liquibase.change-log=classpath:db/changelog/db.changelog-master.xml
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
spring.jpa.show-sql=true
spring.jpa.database-platform =org.hibernate.dialect.PostgreSQL9Dialect
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect

# Mail sender
spring.mail.host=smtp.gmail.com
Expand Down Expand Up @@ -64,4 +64,4 @@ spring.thymeleaf.cache=false
#RestTemplate
greencity.server.address = http://localhost:8080
greencityubs.server.address = http://localhost:8050
greencitychat.server.address = ${CHAT_LINK}
greencitychat.server.address = ${CHAT_LINK}

0 comments on commit c49c335

Please sign in to comment.