komga/doc/sample-configuration/windows/application.yml
Gauthier Roebroeck 59982e9c68 v0.5.0
2019-10-10 10:58:07 +08:00

13 lines
620 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
# 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