Advertisement
Guest User

Sinus Config

a guest
Apr 16th, 2022
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. TS3Path = "/data/opt/sinusbot/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64"
  2. ListenHost = "0.0.0.0"
  3. DataDir = "/data/opt/sinusbot/data"
  4. ListenPort = 8087
  5. LocalPlayback = false
  6. EnableLocalFS = false
  7. MaxBulkOperations = 300
  8. LogLevel = 10
  9. EnableProfiler = false
  10. YoutubeDLPath = "yt-dlp"
  11. EnableDebugConsole = false
  12. EnableInternalCommands = false
  13. AllowStreamPush = false
  14. UploadLimit = 83886080
  15. RunAsUser = 0
  16. RunAsGroup = 0
  17. ExternalFileBase = ""
  18. InstanceActionLimit = 6
  19. UseSSL = false
  20. SSLKeyFile = ""
  21. SSLCertFile = ""
  22. Hostname = ""
  23. HostnameMask = ""
  24. SampleInterval = 60
  25. StartVNC = false
  26. EnableWebStream = false
  27. LogFile = ""
  28. LicenseKey = "REMOVED"
  29. IsProxied = true
  30. DenyStreamURLs = []
  31. Pragma = 0
  32. UserAgent = ""
  33.  
  34. [YoutubeDL]
  35. BufferSize = 524288
  36. MaxDownloadSize = 419430400
  37. MaxDownloadRate = 104857600
  38. MaxSimultaneousChunkDownloads = 6
  39. CacheStreamed = false
  40. TimeoutSingleDownloader = 0
  41. TimeoutMultiDownloader = 0
  42. ChunkSize = 3145728
  43.  
  44. [TS3]
  45. AvatarMaxWidth = 0
  46. AvatarMaxHeight = 0
  47. AllowGIF = false
  48.  
  49. [StreamRewrites]
  50.  
  51. [Scripts]
  52. Debug = false
  53. AllowReload = false
  54. EnableTimer = false
  55. DisableLegacyEvents = false
  56. DevMode = false
  57. ScriptTimeout = 5
  58.  
  59. [Themes]
  60. Default = ""
  61.  
  62. [SpeechRecognition]
  63. Enable = false
  64.  
  65. [FFmpeg]
  66. UserAgent = "SinusBot (1.0.0-beta.16-ba60e37)"
  67. WaitTime = 0
  68.  
  69. [DAV]
  70. Enable = false
  71.  
  72. [XServer]
  73. Delay = 0
  74. Debug = false
  75.  
  76. [SHMem]
  77. Enable = false
  78. Size = 0
  79. Delay = 0
  80. Interval = 0
  81.  
  82. [RadioStations]
  83. URL = ""
  84. UpdateInterval = 0
  85.  
  86. [TTS]
  87. Enabled = false
  88.  
  89.  
  90.  
  91.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement