mirror of
https://github.com/gotson/komga.git
synced 2025-12-09 10:05:10 +01:00
12 lines
483 B
YAML
12 lines
483 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
|
|
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
|
|
profiles:
|
|
active: prod
|