Skip to content

Commit a08215b

Browse files
committed
update default ports of latex-renderer to the new port mapping (5030)
1 parent 644142c commit a08215b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/application-docker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spring.datasource.password=postgres
55
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
66
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
77
spring.jpa.hibernate.ddl-auto=update
8-
logging.level.com.patternpedia.api=debug
8+
logging.level.io.github.patternatlas.api=debug
99
spring.datasource.initialization-mode=always
1010
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
1111
springdoc.swagger-ui.url=/patternpedia/v3/api-docs

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spring.datasource.password=postgres
55
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
66
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
77
spring.jpa.hibernate.ddl-auto=update
8-
logging.level.com.patternatlas.api=debug
8+
logging.level.io.github.patternatlas.api=debug
99
spring.datasource.initialization-mode=always
1010
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
1111
springdoc.swagger-ui.url=/patternatlas/v3/api-docs

0 commit comments

Comments
 (0)