diff options
Diffstat (limited to 'templates/ts3db_mariadb.ini.j2')
-rw-r--r-- | templates/ts3db_mariadb.ini.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/ts3db_mariadb.ini.j2 b/templates/ts3db_mariadb.ini.j2 new file mode 100644 index 0000000..4755b65 --- /dev/null +++ b/templates/ts3db_mariadb.ini.j2 @@ -0,0 +1,6 @@ +[config] +host={{ teamspeak_db.host }} +port={{ teamspeak_db.port }} +username={{ teamspeak_db.username }} +password={{ teamspeak_db.password }} +database={{ teamspeak_db.database }} |