blob: ee6d6f35f5cfe948d5bd4f30ef3ea2662fabdd2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
machine_id={{ teamspeak_ini.machine_id }}
default_voice_port={{teamspeak_ini.voice.default_port}}
voice_ip={{teamspeak_ini.voice.ip}}
query_port={{teamspeak_ini.query.port}}
query_ip={{teamspeak_ini.query.ip}}
filetransfer_port={{teamspeak_ini.filetransfer.port}}
filetransfer_ip={{teamspeak_ini.filetransfer.ip}}
dbplugin={{ teamspeak_ini.db_plugin }}
dbpluginparameter={{ 'ts3db_mysql.ini' if teamspeak_ini.db_plugin == 'ts3db_mysql' else '' }}
dbsqlpath=sql/
dbsqlcreatepath={{ 'create_mysql/' if teamspeak_ini.db_plugin == 'ts3db_mysql' else 'create_sqlite/' }}
logpath={{ teamspeak_ini.logpath }}
logquerycommands={{ teamspeak_ini.logquerycommands }}
|