Skip to content

Commit

Permalink
chore: cleanup config files
Browse files Browse the repository at this point in the history
  • Loading branch information
nc1z committed Jul 14, 2024
1 parent 1cd4ae7 commit 3b843be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# JPA
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
10 changes: 6 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
spring.application.name=Settlements Enrichment Service
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=update
spring.profiles.active=dev
server.port=

# logging
# JPA
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=update

# Logging
management.endpoints.web.exposure.include=httptrace,health
management.endpoints.web.base-path=/actuator
logging.level.org.springframework.web=
Expand All @@ -14,6 +16,6 @@ logging.file.name=
logging.file.path=
logging.pattern.file=

# documentation
# Documentation
springdoc.api-docs.path=/api/v1/docs
springdoc.swagger-ui.path=/swagger-ui/v1.html

0 comments on commit 3b843be

Please sign in to comment.