alter.ini 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. ;System caching engine storage, possible values: files, memcached, fake, redis
  2. UBCACHE_STORAGE=memcached
  3. ;Optional memcached settings
  4. ;MEMCACHED_SERVER=localhost
  5. ;MEMCACHED_PORT=11211
  6. ;Optional option - debug mode of UbillingCache. Significantly reduces performance.
  7. ;UBCACHE_DEBUG=1
  8. ;Custom Telegram API URL. Optional option.
  9. ;TELEGRAM_API_URL="http://somehost:888/bot"
  10. ;Telegram debugging flag
  11. TELEGRAM_DEBUG=0
  12. ;SNMP operation mode. Possible values: system, native, class
  13. SNMP_MODE=system
  14. ;Path to snmpwalk with needed options
  15. SNMPWALK_PATH="/usr/local/bin/snmpwalk -On -v2c"
  16. ;Time to store SNMP raw data cache in minutes
  17. SNMPCACHE_TIME=60
  18. ;snmpset binary path
  19. SNMPSET_PATH="/usr/local/bin/snmpset -On -v2c"
  20. ;SNMP walk background mode
  21. SNMPWALK_BACKGROUND=0
  22. ;Gravatar default image type
  23. GRAVATAR_DEFAULT=monsterid
  24. ;Gravatar caching time in days
  25. GRAVATAR_CACHETIME=1
  26. ;Enables SNMP walk/set debugging mode globally
  27. SNMP_DEBUG_MODE=0
  28. ;Sets recorder default chunk time in seconds
  29. RECORDER_CHUNK_TIME=60
  30. ;Run recorder on demand due camera activation event
  31. RECORDER_ON_CAMERA_ACTIVATION=1
  32. ;log recorder debug log into exports/recorder_debug.log
  33. RECORDER_DEBUG=0
  34. ;log recorder debug log into exports/rotator_debug.log
  35. ROTATOR_DEBUG=0
  36. ;Percent of each storage space which must be free all time
  37. STORAGE_RESERVED_SPACE=10
  38. ;MySQL dumps max age in days before rotation. Set option to 0 to disable rotation.
  39. BACKUPS_MAX_AGE=7
  40. ;Rights set for limited user accounts. Comma separated.
  41. LIMITED_RIGHTS="TASKBAR,LIVECAMS,ARCHIVE,EXPORT,WALL,MOTION"
  42. ;Percent of storage space reserved for videos exported by users.
  43. EXPORTS_RESERVED_SPACE=10
  44. ;Use new rotator model?
  45. ROTATOR_FAST=1
  46. ;Enable AI objects recognition?
  47. NEURAL_ENABLED=0
  48. ;Full URL of supported AI engine
  49. NEURAL_API_URL="http://dragonfly:8080"
  50. ;Is live wall enabled?
  51. LIVE_WALL=1
  52. ;Is channel shots validation enabled?
  53. CHANSHOTS_VALIDATION=1
  54. ;Embed channel screenshots into page body. Significantly reduces performance.
  55. CHANSHOTS_EMBED=0
  56. ;Render some watermark file path on embedded channel screenshots? Example: "skins/wrcolor.png"
  57. CHANSHOTS_WATERMARK=""
  58. ;Web application custom name
  59. WA_NAME=""
  60. ;Web application custom icons URLs, 192x192 and 512x512 png required
  61. WA_ICON_192=""
  62. WA_ICON_512=""
  63. ;Motion post detection is enabled?
  64. MODET_ENABLED=1
  65. ;Force background schedule run on video export task creation?
  66. EXPORT_FORCED_SCHED=1
  67. ;Enables quick camera search feature
  68. QUICKSEARCH_ENABLED=1