mirror of
https://github.com/gotson/komga.git
synced 2026-04-16 03:50:54 +02:00
docs: add sample configuration for baseUrl
This commit is contained in:
parent
bb183828a1
commit
83f2a2aec4
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue