3
0
mirror of https://github.com/kolaente/docker-db-backup.git synced 2026-03-25 05:53:48 +01:00

chore: update default config

This commit is contained in:
kolaente
2021-12-05 13:45:42 +01:00
parent 1026b19544
commit 70d5987d4c
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ func init() {
config = &conf{
Folder: "/backups/",
Interval: time.Hour * 6,
MaxBackups: 10,
MaxBackups: 12,
}
folder, has := os.LookupEnv(envBackupFolder)