aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ts3server.ini.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ts3server.ini.j2')
-rw-r--r--templates/ts3server.ini.j28
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/ts3server.ini.j2 b/templates/ts3server.ini.j2
index 0f434fa..2d5dcd8 100644
--- a/templates/ts3server.ini.j2
+++ b/templates/ts3server.ini.j2
@@ -13,3 +13,11 @@ licensepath={{ teamspeak_licensepath }}/
{% 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 %}