From 2e200b20b639e622a8a5d2d914f24dcbab938a64 Mon Sep 17 00:00:00 2001 From: Kyle Stapp Date: Fri, 27 Mar 2015 01:04:10 -0400 Subject: [PATCH] Adapting config file --- mumble-server/files/mumble-server.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mumble-server/files/mumble-server.ini b/mumble-server/files/mumble-server.ini index 5c01510..1c545d1 100644 --- a/mumble-server/files/mumble-server.ini +++ b/mumble-server/files/mumble-server.ini @@ -61,7 +61,7 @@ # Sticking with SQLite is strongly recommended, as it's the most well tested # and by far the fastest solution. # -{{ option('dbDriver', '') }} +{{ option('dbDriver', 'QMYSQL') }} {{ option('dbUsername', '') }} {{ option('dbPassword', '') }} {{ option('dbHost', '') }} @@ -155,11 +155,11 @@ # Regular expression used to validate channel names. # (Note that you have to escape backslashes with \ ) -{{ option('channelname', '[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+') }} +{{ option('channelname', '[ \\\\-=\\\\w\\\\#\\\\[\\\\]\\\\{\\\\}\\\\(\\\\)\\\\@\\\\|]+') }} # Regular expression used to validate user names. # (Note that you have to escape backslashes with \ ) -{{ option('username', '[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+') }} +{{ option('username', '[-=\\\\w\\\\[\\\\]\\\\{\\\\}\\\\(\\\\)\\\\@\\\\|\\\\.]+') }} # Maximum length of text messages in characters. 0 for no limit. {{ option('textmessagelength', '5000') }}