mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
11 lines
520 B
YAML
11 lines
520 B
YAML
komga:
|
|
libraries-scan-cron: "* */15 * * * ?" #periodic scan every 15 minutes
|
|
libraries-scan-directory-exclusions: #patterns to exclude directories from the scan
|
|
- "#recycle" #synology NAS recycle bin
|
|
- "@eaDir" #synology NAS index/metadata folders
|
|
spring:
|
|
datasource:
|
|
url: jdbc:h2:./komga-database.h2 #database will be located in the current directory
|
|
# url: jdbc:h2:D:\\komga\komga-database.h2 #database absolute path, uncomment if necessary and comment above line
|
|
profiles:
|
|
active: prod
|