docs: add sample configuration for baseUrl

This commit is contained in:
Gauthier Roebroeck 2020-02-20 12:35:07 +08:00
parent bb183828a1
commit 83f2a2aec4
2 changed files with 2 additions and 0 deletions

View file

@ -12,3 +12,4 @@ 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

View file

@ -13,3 +13,4 @@ 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