Commit 57aa7e16b9b3bb8807819eb4e618dcff5a9dc3c3
1 parent
0751958e
"KTS-1781"
"New Upgrade Utility should be password protected" Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6696 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
5 additions
and
0 deletions
config/config.ini
| ... | ... | @@ -273,3 +273,8 @@ cacheDirectory = ${varDirectory}/cache |
| 273 | 273 | debug = off |
| 274 | 274 | ; To allow write access to WebDAV clients set safe mode to "off" below |
| 275 | 275 | safemode = on |
| 276 | + | |
| 277 | +[backup] | |
| 278 | +; Identify location of kt-backup for database backups. | |
| 279 | +;backupDirectory=c:/kt-backups | |
| 280 | +;backupDirectory=/tmp/kt-backups | ... | ... |