docs: server port in sample configuration [ci skip]

This commit is contained in:
Gauthier Roebroeck 2020-02-20 14:55:51 +08:00
parent 6a539f592c
commit c765d77ed5
2 changed files with 6 additions and 2 deletions

View file

@ -12,4 +12,6 @@ spring:
url: jdbc:h2:./komga-database.h2 #database will be located in the current directory
profiles:
active: prod
#server.servlet.context-path: /komga #server base url, uncomment if needed
#server:
# port: 8080 #server port, default is 8080
# servlet.context-path: /komga #server base url, uncomment if needed

View file

@ -13,4 +13,6 @@ spring:
# url: jdbc:h2:D:\\komga\komga-database.h2 #database absolute path, uncomment if necessary and comment above line
profiles:
active: prod
#server.servlet.context-path: /komga #server base url, uncomment if needed
#server:
# port: 8080 #server port, default is 8080
# servlet.context-path: /komga #server base url, uncomment if needed