$config.account.set

Sets an account specific configuration parameter.
Syntax
    $config.account.set{parameter_name}{parameter_value}
Documentation$config.account.set:
Sets an account specific configuration parameter to the given value. Only root is allowed to change the account config parameters. Parameters which have no meaning for the server itself may be set too and can be used by the application.
    Paramter:
      1 - parameter name 2 - parameter value
    Returns:
      Void.
    Throws:
      None.
Examples
$config.account.set{quota.users.max}{10}
GroupSpecial
Minimum required transaction-mode:UPDATE=TREE
Required scripting permission of the developerPERMISSION_FL_ADMINISTRATOR
Minimum parameters2
Maximum parameters 2