BILLmanager configuration file

From ISPWiki

Jump to: navigation, search
  • LogLevel is a BILLmanager logging level (/usr/local/ispmgr/var/billmgr.log). The following logging levels are currently available:
 0 - notes.
 1 - fatal errors.
 2 - not used.
 3 - errors.
 4 - warnings.
 5 - information.
 6 - extended information.
 7 - not used.
 8 - debugging information that is used only by developers.
 9 - trace information that is used only by developers. 
  • SqlDebug - debugging information for databases. The value of the LogLevel parameter should be above 7.
  • NoTutorial - disables video tutorials.
  • DisableAutoUpdate - disables automatic update of the control panel.
  • FirstStart - can be located in the configuration file until the administrator first logs into the control penal to start the Setup Wizard.
  • PWGenLen - length of the password, 8 symbols are used by default.
  • PWGenCharacters - set of symbols for password generation, 1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ is used by default.
  • PassExpirePeriod - password validity period. When the set period is over, you will need to change the password. 90 days is used by default.
  • DBHost <hostname> - localhost is used by default.
  • DBName <name> - database name, billmgr is used by default. A database must exist, or a user must have enough privileges to create it.
  • DBUser <user> - username that is used to access the database. root is used by default.
  • DBPassword <pass> - <user> password
  • DBSocket <socket> - path to mysql UNIX socket, blank by default.
  • DefaultButtonView <view> - default toolbar icons. buttontext - icons with captions, button - only icons.
  • MaxCountOfUserPosts - maximum number of messages a ticket may contain. The default value is 10.
  • FromEmail - email that is used for sending mail during the SMTP-session.
  • LuhnCount - number of digits for generating codes with the Luhn algorithm.
Was this helpful? Yes | No
Personal tools