Skip to content

Commit

Permalink
Rename configuration variables into self-documenting ones (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored and nachoparker committed May 1, 2019
1 parent f34354c commit 1be5ddd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion etc/ncp-config.d/freeDNS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"id": "UPDATEINTERVAL",
"name": "Update Interval",
"name": "Update periodicity (in minutes)",
"value": "30",
"suggest": "30"
}
Expand Down
4 changes: 2 additions & 2 deletions etc/ncp-config.d/nc-backup-auto.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
},
{
"id": "BACKUPDAYS",
"name": "Backup days",
"name": "Backup periodicity (in days)",
"suggest": "7",
"value": "7"
},
{
"id": "BACKUPLIMIT",
"name": "Backup limit",
"name": "Number of backups to keep",
"suggest": "4",
"value": "4"
},
Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/nc-backup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"id": "BACKUPLIMIT",
"name": "Backup limit",
"name": "Number of backups to keep",
"value": "4",
"suggest": "4"
}
Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/nc-previews-auto.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"id": "RUNTIME",
"name": "Run time",
"name": "Runtime (in minutes)",
"value": "0",
"suggest": "0"
}
Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/nc-rsync-auto.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"id": "SYNCDAYS",
"name": "Sync days",
"name": "Sync periodicity (in days)",
"value": "3",
"suggest": "3"
}
Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/nc-scan-auto.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"id": "SCANINTERVAL",
"name": "Scan Interval",
"name": "Scan periodicity (in minutes)",
"value": "60",
"suggest": "60"
},
Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/nc-snapshot-sync.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
{
"id": "SYNCDAYS",
"name": "Sync days",
"name": "Sync periodicity (in days)",
"value": "1",
"suggest": "1"
}
Expand Down

0 comments on commit 1be5ddd

Please sign in to comment.