Advertisement
Guest User

Untitled

a guest
Oct 26th, 2018
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 13.23 KB | None | 0 0
  1. #Description:
  2. #  The current config version
  3. #Warning:
  4. #  This is a auto generated id!
  5. #  Modification could cause data loss!
  6. #The value must be a positive numeric value between 0 and 1410065408
  7. version: 11
  8. log:
  9.  #Description:
  10.   #  The log level within the log files
  11.   #  Available types:
  12.   #    0: Trace
  13.   #    1: Debug
  14.   #    2: Info
  15.   #    3: Warn
  16.   #    4: Error
  17.   #    5: Critical
  18.   #    6: Off
  19.   #The value must be a positive numeric value between 0 and 6
  20.   level: 1
  21.   #Description:
  22.   #  Disable/enable ascii codes within the log file
  23.   #The value must be a positive numeric value between 0 and 1
  24.   colored: 0
  25.   #Description:
  26.   #  Virtual server log chunk size
  27.   #The value must be a unsigned long between 0 and 65535
  28.   vs_size: 0
  29.   #Description:
  30.   #  The log file path
  31.   #The value must be a string
  32.   path: logs/log_${time}(%Y-%m-%d_%H:%M:%S)_${group}.log
  33.   #Description:
  34.   #  The log level within the TeaSpeak server terminal
  35.   #  Available types:
  36.   #    0: Trace
  37.   #    1: Debug
  38.   #    2: Info
  39.   #    3: Warn
  40.   #    4: Error
  41.   #    5: Critical
  42.   #    6: Off
  43.   #The value must be a positive numeric value between 0 and 6
  44.   terminal_level: 2
  45. messages:
  46.   level: ~
  47.   voice:
  48.    #The value must be a string
  49.     server_stop: Server stopped
  50.   application:
  51.    #The value must be a string
  52.     stop: Application stopped
  53.     #The value must be a string
  54.     crash: Application crashed
  55.   #The value must be a string
  56.   idle_time: Idle time exceeded
  57.   mute:
  58.    #The value must be a string
  59.     mute_message: "Hey!\nI muted you!"
  60.     #The value must be a string
  61.     unmute_message: "Hey!\nI unmuted you!"
  62.     kick_invalid:
  63.       hardware_id: ~
  64.       command: ~
  65.       badges: ~
  66.   vpn:
  67.    #Description:
  68.     #  This is the kick/ban message when a client tries to connect with a vpn
  69.     #  Variables are enabled. Available:
  70.     #   - provider.name => Contains the provider of the ip which has been flaged as vps
  71.     #   - provider.website => Contains the website provider of the ip which has been flaged as vps
  72.     #The value must be a string
  73.     kick: "Please disable your VPN! (Provider: ${provider.name})"
  74.   kick_invalid:
  75.    #The value must be a string
  76.     hardware_id: Invalid hardware id. Protocol hacked?
  77.     #The value must be a string
  78.     command: Invalid command. Protocol hacked?
  79.     #The value must be a string
  80.     badges: Invalid badges. Protocol hacked?
  81. general:
  82.  #Description:
  83.   #  Available urls:
  84.   #    sqlite://[file]
  85.   #    mysql://[host][:port]/[database][?propertyName1=propertyValue1[&propertyName2=propertyValue2]...]
  86.   #  
  87.   #  More info about about the mysql url could be found here: https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-configuration-properties.html
  88.   #  There's also a new property called 'connections', which describes how many connections and queries could be executed synchronously
  89.   #  MySQL example: mysql://localhost:3306/teaspeak?userName=root&password=mysecretpassword&connections=4
  90.   #  Attention: If you're using MySQL you need at least 3 connections!
  91.   #The value must be a string
  92.   database_url: sqlite://TeaData.sqlite
  93.   #Description:
  94.   #  Insert here your TeaSpeak license code (if you have one)
  95.   #The value must be a string
  96.   license: none
  97.   #Description:
  98.   #  Define the folder where the crash dump files will be moved, when the server crashes
  99.   #The value must be a string
  100.   crash_path: crash_dumps/
  101.   #Description:
  102.   #  The default channel chat command prefix
  103.   #The value must be a string
  104.   command_prefix: .
  105. binding:
  106.   file:
  107.    #Notes:
  108.     #  Multibinding like the voice server isnt supported yet!
  109.     #The value must be a string
  110.     host: 0.0.0.0
  111.     #The value must be a positive numeric value between 1 and 65535
  112.     port: 30303
  113.   query:
  114.    #Notes:
  115.     #  Multibinding like the voice server isnt supported yet!
  116.     #The value must be a string
  117.     host: 0.0.0.0
  118.     #The value must be a positive numeric value between 1 and 65535
  119.     port: 10101
  120. server:
  121.  #Description:
  122.   #  The displayed version to the client
  123.   #Notes:
  124.   #  This option is only for the premium version.
  125.   #The value must be a string
  126.   version: "3.4.0 [Build: 1536564584]"
  127.   #Description:
  128.   #  The displayed platform to the client
  129.   #Notes:
  130.   #  This option is only for the premium version.
  131.   #The value must be a string
  132.   platform: Linux
  133.   #Description:
  134.   #  The displayed licence type to every TeaSpeak 3 Client
  135.   #  Available types:
  136.   #    0: No Licence
  137.   #    1: Authorised TeaSpeak Host Provider License (ATHP)
  138.   #    2: Offline/Lan Licence
  139.   #    3: Non-Profit License (NPL)
  140.   #    4: Unknown Licence
  141.   #    5: ~placeholder~
  142.   #    6: Auto-License (Server based)
  143.   #    7: Auto-License (Instance based)
  144.   #Notes:
  145.   #  This option just work for non 3.2 clients!
  146.   #  This option is only for the premium version.
  147.   #The value must be a positive numeric value between 0 and 7
  148.   licence: 7
  149.   #Description:
  150.   #  Enable/disable the deletion of old bans within the database
  151.   #The value must be a positive numeric value between 0 and 1
  152.   delete_old_bans: 1
  153.   #Description:
  154.   #  Enable/disable the deletion of invalid icon id permissions
  155.   #The value must be a positive numeric value between 0 and 1
  156.   delete_missing_icon_permissions: 0
  157. query:
  158.  #Description:
  159.   #  Change the query newline character
  160.   #The value must be a string
  161.   nl_char: "\r\n"
  162.   #Description:
  163.   #  The query welcome message
  164.   #Notes:
  165.   #  If not like TeamSpeak then some applications may not recognize the Query
  166.   #  Default TeamSpeak 3 MOTD:
  167.   #  TS3\n\rWelcome to the TeamSpeak 3 ServerQuery interface, type \"help\" for a list of commands and \"help <command>\" for information on a specific command.\n\r\n\r
  168.   #The value must be a string
  169.   motd: "TeaSpeak\r\nWelcome on the TeaSpeak ServerQuery interface.\r\n"
  170.   #Description:
  171.   #  Enable/disable SSL for query
  172.   #  Available modes:
  173.   #    0: Disabled
  174.   #    1: Enabled (Enforced encryption)
  175.   #    2: Hybrid (Prefer encryption but fallback when it isnt available)
  176.   #The value must be a positive numeric value between 0 and 2
  177.   enableSSL: 2
  178.   ssl:
  179.    #Description:
  180.     #  The SSL certificate for the query client
  181.     #The value must be a string
  182.     certificate: certs/query_certificate.pem
  183.     #Description:
  184.     #  The SSL private key for the query client (You have to export the key without a password!)
  185.     #The value must be a string
  186.     privatekey: certs/query_privatekey.pem
  187. voice:
  188.  #Description:
  189.   #  Change the default voice server port
  190.   #  This also defines the start where the instance search for free server ports on a new server creation
  191.   #Notes:
  192.   #  This setting only apply once, when you create a new instance.
  193.   #  Once applied the default server port would not be changed!
  194.   #  The start point for the server creation still apply.
  195.   #The value must be a positive numeric value between 1 and 65535
  196.   default_port: 9987
  197.   #Description:
  198.   #  Enable/disable the mute notify
  199.   #The value must be a positive numeric value between 0 and 1
  200.   notifymute: 1
  201.   #Description:
  202.   #  Supress the MyTS integration warnings
  203.   #The value must be a positive numeric value between 0 and 1
  204.   suppress_myts_warnings: 1
  205.   rsa:
  206.    #Description:
  207.     #  The amount of precomputed puzzles
  208.     #Warning:
  209.     #  Do NOT TOUCH unless you're 100% sure!
  210.     #The value must be a unsigned long between 1 and 65536
  211.     puzzle_pool_size: 128
  212.   handshake:
  213.    #Description:
  214.     #  The puzzle level. (A higher number will result a longer calculation time for the manager RSA puzzle)
  215.     #Warning:
  216.     #  Do NOT TOUCH unless you're 100% sure!
  217.     #The value must be a positive numeric value between 512 and 1048576
  218.     puzzle_level: 1000
  219.     #Description:
  220.     #  Enforces the cookie exchange (Low level protection against distributed denial of service attacks (DDOS attacks))
  221.     #Notes:
  222.     #  This option is highly recommended!
  223.     #Warning:
  224.     #  Do NOT TOUCH unless you're 100% sure!
  225.     #The value must be a positive numeric value between 0 and 1
  226.     enforce_cookie: 1
  227.   #Description:
  228.   #  Maximum amount of join attempts per second.
  229.   #Notes:
  230.   #  A value of zero means unlimited
  231.   #The value must be a positive numeric value between 0 and 1024
  232.   connect_limit: 10
  233.   #Description:
  234.   #  Maximum amount of join attempts per second per ip.
  235.   #Notes:
  236.   #  A value of zero means unlimited
  237.   #The value must be a positive numeric value between 0 and 1024
  238.   client_connect_limit: 3
  239.   protocol:
  240.    #Description:
  241.     #  Enables the newer and safer protocol based on TeamSpeak's documented standard
  242.     #Notes:
  243.     #  An invalid protocol chain could lead clients to calculate a wrong shared secret result
  244.     #  This may cause a connection setup fail and the client will be unable to connect!
  245.     #The value must be a positive numeric value between 0 and 1
  246.     experimental_31: 1
  247. web:
  248.  #Description:
  249.   #  Disable/enable the possibility to connect via the TeaSpeak web client
  250.   #Notes:
  251.   #  If you've disabled this feature the TeaClient wound be able to join too.
  252.   #The value must be a positive numeric value between 0 and 1
  253.   enabled: 1
  254.   ssl:
  255.    #Description:
  256.     #  The SSL certificate for the web client
  257.     #The value must be a string
  258.     certificate: certs/default_certificate.pem
  259.     #Description:
  260.     #  The SSL private key for the web client (You have to export the key without a password!)
  261.     #The value must be a string
  262.     privatekey: certs/default_privatekey.pem
  263.   webrtc:
  264.    #Description:
  265.     #  Define the port range within the web client and TeaClient operates in
  266.     #  A port of zero stands for no limit
  267.     #Notes:
  268.     #  These ports must opened to use the voice bridge (Protocol: UDP)
  269.     #The value must be a positive numeric value between 0 and 65535
  270.     port_min: 50000
  271.     #Description:
  272.     #  Define the port range within the web client and TeaClient operates in
  273.     #  A port of zero stands for no limit
  274.     #Notes:
  275.     #  These ports must opened to use the voice bridge (Protocol: UDP)
  276.     #The value must be a positive numeric value between 0 and 65535
  277.     port_max: 56000
  278.     #Description:
  279.     #  A list of possible offered ice servers
  280.     #The value must be a sequence
  281.     ice:
  282.      - stun.l.google.com:9302
  283. threads:
  284.  #Description:
  285.   #  Thread pool size for the ticking task of a VirtualServer
  286.   #Warning:
  287.   #  Do NOT TOUCH unless you're 100% sure!
  288.   #The value must be a unsigned long between 1 and 128
  289.   ticking: 2
  290.   voice:
  291.    #Description:
  292.     #  Max number of threads for command handling threads within the instance
  293.     #Warning:
  294.     #  Do NOT TOUCH unless you're 100% sure!
  295.     #The value must be a unsigned long between 1 and 1024
  296.     execute_limit: 10
  297.     #Description:
  298.     #  Threads per server for command executing
  299.     #Warning:
  300.     #  Do NOT TOUCH unless you're 100% sure!
  301.     #The value must be a unsigned long between 1 and 128
  302.     execute_per_server: 3
  303.     #Description:
  304.     #  Kernel events per server
  305.     #Warning:
  306.     #  Do NOT TOUCH unless you're 100% sure!
  307.     #The value must be a unsigned long between 1 and 16
  308.     events_per_server: 4
  309.     #Description:
  310.     #  Minimum IO threads
  311.     #Warning:
  312.     #  Do NOT TOUCH unless you're 100% sure!
  313.     #The value must be a unsigned long between 1 and 1024
  314.     io_min: 3
  315.     #Description:
  316.     #  IO Thread increase per server
  317.     #Warning:
  318.     #  Do NOT TOUCH unless you're 100% sure!
  319.     #The value must be a unsigned long between 1 and 64
  320.     io_per_server: 4
  321.     #Description:
  322.     #  Max IO threads
  323.     #Warning:
  324.     #  Do NOT TOUCH unless you're 100% sure!
  325.     #The value must be a unsigned long between 1 and 1024
  326.     io_limit: 10
  327.   music:
  328.    #Description:
  329.     #  Max number of threads for command handling on the instance
  330.     #Warning:
  331.     #  Do NOT TOUCH unless you're 100% sure!
  332.     #The value must be a unsigned long between 1 and 1024
  333.     execute_limit: 15
  334.     #Description:
  335.     #  Threads per server for command executing
  336.     #Warning:
  337.     #  Do NOT TOUCH unless you're 100% sure!
  338.     #The value must be a unsigned long between 1 and 128
  339.     execute_per_bot: 1
  340.   web:
  341.    #Description:
  342.     #  Thread pool size for the ticking task of a VirtualServer
  343.     #Warning:
  344.     #  Do NOT TOUCH unless you're 100% sure!
  345.     #The value must be a unsigned long between 1 and 128
  346.     io_loops: 4
  347. geolocation:
  348.  #Description:
  349.   #  The fallback country if lookup fails
  350.   #The value must be a string
  351.   fallback_country: DE
  352.   mapping:
  353.    #Description:
  354.     #  The mapping file for the given provider
  355.     #  Default for IP2Location: geoloc/IP2Location.CSV
  356.     #  Default for Software77: geoloc/IpToCountry.csv
  357.     #The value must be a string
  358.     file: geoloc/IP2Location.CSV
  359.     #Description:
  360.     #  The IP 2 location resolver
  361.     #  0 = IP2Location
  362.     #  1 = Software77
  363.     #The value must be a positive numeric value between 0 and 2
  364.     type: 0
  365.   force_fallback_country: 0
  366.   vpn:
  367.    #Description:
  368.     #  The mapping file for vpn checker (https://github.com/client9/ipcat/blob/master/datacenters.csv)
  369.     #The value must be a string
  370.     file: geoloc/ipcat.csv
  371.     #Description:
  372.     #  Disable/enable the vpn detection
  373.     #The value must be a positive numeric value between 0 and 1
  374.     enabled: 0
  375. music:
  376.  #Description:
  377.   #  Enable/disable the music bots
  378.   #The value must be a positive numeric value between 0 and 1
  379.   enabled: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement