63 lines
10 KiB
INI
63 lines
10 KiB
INI
####################################################################################################
|
|
# Digital Data Configuration File (Template Date: 30.07.2016) #
|
|
# UTF-8 Coding required! #
|
|
# incl. FailSafe functions that are active when information is missing. #
|
|
####################################################################################################
|
|
|
|
#==================================================================================================#
|
|
########################################## General Setup ###########################################
|
|
#==================================================================================================#
|
|
|
|
####################################################################################################
|
|
# Path in which the log files will be stored. #
|
|
# Example: E:\LogFiles\<ScriptName> #
|
|
# FailSafe Setting is: <ScriptPath>\Logs #
|
|
####################################################################################################
|
|
LogPath =
|
|
|
|
####################################################################################################
|
|
# Numerical value how long (in days) log files will be kept. ValidateRange is 0 - 1000 #
|
|
# Setting the Value to 0 disables this Function. #
|
|
# FailSafe Setting is: 60 #
|
|
####################################################################################################
|
|
LogFileKeepTime = 30
|
|
|
|
#==================================================================================================#
|
|
########################################## Profile Setup ###########################################
|
|
#==================================================================================================#
|
|
|
|
####################################################################################################
|
|
# Set the Username to logon on the xwiki server / share. #
|
|
# If server needs no credentials, keep it empty. #
|
|
# Example: username #
|
|
####################################################################################################
|
|
xwikiUsername = DigitalData
|
|
|
|
####################################################################################################
|
|
# Set the password to logon on the xwiki server / share. #
|
|
# If server needs no credentials, keep it empty. #
|
|
# Example: password #
|
|
# The ";" needs to be escaped/masked by a \ . #
|
|
# Example: \; #
|
|
####################################################################################################
|
|
xwikiPassword = 35452dd!
|
|
|
|
####################################################################################################
|
|
# Set the xwiki source path. #
|
|
# Example: #
|
|
# http://wiki.dd/xwiki11/bin/export/XWiki/XWikiPreferences?editor=globaladmin§ion=Export #
|
|
####################################################################################################
|
|
xwikiSourcePath = http://wiki.dd/xwiki13/bin/export/XWiki/XWikiPreferences?editor=globaladmin§ion=Export
|
|
|
|
####################################################################################################
|
|
# Set a how many days backup will be kept. #
|
|
# Example: 5 #
|
|
####################################################################################################
|
|
xwikiBackupRotation = 5
|
|
|
|
####################################################################################################
|
|
# Set local target path. #
|
|
# Example: e:\target #
|
|
# Example: \\server\target #
|
|
####################################################################################################
|
|
TargetPath = F:\DD-STO01-A3\Backup\Computer\DD-VMP07-COM04\xwiki13 |