feat: retention days limit and clone name templating and useful descr.
This commit is contained in:
@ -67,8 +67,10 @@ APP_SECRET_KEY=replace-with-a-long-random-secret
|
||||
SYNC_ENABLED=true
|
||||
SYNC_DAYS_AHEAD=1
|
||||
CLONE_PREFIX=GCClone
|
||||
CLONE_NAME_TEMPLATE={type} {date} ({clone})
|
||||
OVERWRITE_EXISTING=true
|
||||
DELETE_OLD_CLONES=false
|
||||
CLONE_RETENTION_DAYS=5
|
||||
CHANGE_DETECTION_INTERVAL_MINUTES=30
|
||||
CHANGE_DETECTION_ACTIVE_WINDOW=05:00-22:00
|
||||
CHANGE_DETECTION_FIXED_TIMES=05:15,06:15,07:15,08:15,09:15,10:15,11:15,12:15,13:15
|
||||
|
||||
Reference in New Issue
Block a user