Setting

The "Setting" command updates configuration settings for the specified repository.

From a Windows command prompt, within the "Tools" folder, enter the following to run the Setting command:

     via.repository setting /param

Allowable parameters are:

/repoid:<Int32>
/name:<String>
/value:<String>
/type:<String>
/description:<String>
/encrypted[:<Boolean>]
/v[:<Boolean>]
/restart[:<Boolean>]
/help|?[:<Boolean>]

Repository Id (required)
Setting Name (required)
Setting Value (required)
Setting Data Type: int, string, bool (def=string)
Setting Description: (def="")
Encrypt value in database (def=false)
Verbose Output
Restart the fetch service afterwards - defaults to true
Get help

ayfie