mirror of
https://github.com/gotson/komga.git
synced 2026-01-01 21:34:31 +01:00
10 lines
No EOL
294 B
YAML
10 lines
No EOL
294 B
YAML
komga:
|
|
root-folder: /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:/config/database.h2;DB_CLOSE_DELAY=-1
|
|
profiles:
|
|
active: prod |