From e54d9eed8e74aa395fabebd445b362ad64b84d43 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 28 Jun 2023 15:19:07 +0800 Subject: [PATCH] chore: change dev port to 8080 --- komga/src/main/resources/application-dev.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/komga/src/main/resources/application-dev.yml b/komga/src/main/resources/application-dev.yml index 1be95820..b961745c 100644 --- a/komga/src/main/resources/application-dev.yml +++ b/komga/src/main/resources/application-dev.yml @@ -29,12 +29,11 @@ logging: logback: rollingpolicy: max-history: 1 - springdoc: cache: disabled: true -#server: +server: + port: 8080 # servlet: # context-path: /komga -