aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ts3server.ini.j2
blob: 2d5dcd83670950ac25f6c803467044f4cc29828a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
default_voice_port={{ teamspeak_network.voice.default_port }}
voice_ip={{ teamspeak_network.voice.ip }}
filetransfer_port={{ teamspeak_network.filetransfer.port }}
filetransfer_ip={{ teamspeak_network.filetransfer.ip }}
query_port={{ teamspeak_network.query.port }}
query_ip={{ teamspeak_network.query.ip }}

create_default_virtualserver={{ '1' if teamspeak_create_default_virtualserver else '0' }}

{% if teamspeak_use_license and teamspeak_licensepath is not none %}
licensepath={{ teamspeak_licensepath }}/
{% endif %}
{% if teamspeak_machine_id is not none %}
machine_id={{ teamspeak_machine_id }}
{% endif %}

{% if teamspeak_db.plugin == 'ts3db_mariadb' %}
dbplugin={{ teamspeak_db.plugin }}
dbpluginparameter=ts3db_mariadb.ini
dbsqlpath=sql/
dbsqlcreatepath=create_mysql/
dbconnections=10
{% endif %}