komga/doc/sample-configuration/windows/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

11 lines
No EOL
488 B
YAML

komga:
root-folder: D:\\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
# 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