komga/doc/sample-configuration/unix/application.yml
Gauthier Roebroeck 9f923bf793 better documentation on fat jar usage
added sample configuration.yml for both Windows and Unix/Linux
[ci skip]
2019-09-23 11:52:26 +08:00

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