billing.ini 971 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ; type of low level billing interraction
  2. baseconf = sgconfxml
  3. SGCONF=/usr/sbin/sgconf
  4. SGCONFXML=/usr/sbin/sgconf_xml
  5. STG_HOST=localhost
  6. STG_PORT=5555
  7. XMLRPC_PORT=8081
  8. STG_LOGIN=admin
  9. STG_PASSWD=123456
  10. SUDO=/usr/local/bin/sudo
  11. TOP = /usr/bin/top -b
  12. CAT=/bin/cat
  13. GREP=/usr/bin/grep
  14. RC_DHCPD=/usr/local/etc/rc.d/isc-dhcpd
  15. UPTIME=/usr/bin/uptime
  16. PING=/sbin/ping
  17. TAIL=/usr/bin/tail
  18. KILL=/bin/kill
  19. STGPID=/var/run/stargazer.pid
  20. STGNASHUP=1
  21. PHPSYSINFO=phpsysinfo/
  22. LANG = ua
  23. TASKBAR_ICON_SIZE = 128
  24. ; user register options
  25. REGRANDOM_MAC=1
  26. REGALWONLINE=1
  27. REGDISABLEDSTAT=1
  28. REGFROZEN=0
  29. ;user reset type
  30. RESET_AO=1
  31. ;No checks for stargazer runing process
  32. NOSTGCHECKPID=0
  33. ;Path to installed wget
  34. WGET_PATH="/usr/local/bin/wget"
  35. ;Path to system tar archiver
  36. TAR_PATH="/usr/bin/tar"
  37. ;Path to system gzip archiver
  38. GZIP_PATH="/usr/bin/gzip"
  39. ;Path to expect binary
  40. EXPECT_PATH="/usr/local/bin/expect -f"
  41. ;is IP ACLs enabled?
  42. IPACL_ENABLED=1
  43. ;XHProf Hierarchical Profiler enabled?
  44. XHPROF=0