mirror of
https://github.com/YunoHost-Apps/komga_ynh.git
synced 2024-09-03 19:36:07 +02:00
Update application.yml
This commit is contained in:
parent
fe8ee03952
commit
a6c32ce013
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ komga:
|
||||||
key: changeMe! #required to activate the remember-me auto-login via cookies
|
key: changeMe! #required to activate the remember-me auto-login via cookies
|
||||||
validity: 2592000 #validity of the cookie in seconds, here 1 month
|
validity: 2592000 #validity of the cookie in seconds, here 1 month
|
||||||
database:
|
database:
|
||||||
file: __DATADIR__.komga/database.sqlite
|
file: __DATA_DIR__.komga/database.sqlite
|
||||||
database-backup:
|
database-backup:
|
||||||
path: ~/.komga/database-backup.zip
|
path: ~/.komga/database-backup.zip
|
||||||
schedule: "0 0 */6 * * ?" #every 6 hours
|
schedule: "0 0 */6 * * ?" #every 6 hours
|
||||||
|
|
Loading…
Reference in a new issue