mirror of
https://github.com/gotson/komga.git
synced 2025-12-24 17:35:03 +01:00
10 lines
No EOL
345 B
YAML
10 lines
No EOL
345 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:./komga-database.h2;DB_CLOSE_DELAY=-1 #database will be located in the current directory
|
|
profiles:
|
|
active: prod |