Skip to content

Commit

Permalink
docs: add sample configuration for baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Feb 20, 2020
1 parent bb18382 commit 83f2a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/sample-configuration/unix/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions doc/sample-configuration/windows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 83f2a2a

Please sign in to comment.