mirror of
https://github.com/gotson/komga.git
synced 2026-05-01 11:25:24 +02:00
11 lines
No EOL
488 B
YAML
11 lines
No EOL
488 B
YAML
komga:
|
|
root-folder: D:\\your\\library\\root\\directory
|
|
root-folder-scan-cron: "* */15 * * * ?" #periodic scan every 15 minutes
|
|
user-password: user-password
|
|
admin-password: admin-password
|
|
spring:
|
|
datasource:
|
|
url: jdbc:h2:./komga-database.h2;DB_CLOSE_DELAY=-1 #database will be located in the current directory
|
|
# url: jdbc:h2:D:\\komga\komga-database.h2;DB_CLOSE_DELAY=-1 #database absolute path, uncomment if necessary and comment above line
|
|
profiles:
|
|
active: prod |