Adapting config file
This commit is contained in:
parent
d9cc75bb58
commit
2e200b20b6
@ -61,7 +61,7 @@
|
|||||||
# Sticking with SQLite is strongly recommended, as it's the most well tested
|
# Sticking with SQLite is strongly recommended, as it's the most well tested
|
||||||
# and by far the fastest solution.
|
# and by far the fastest solution.
|
||||||
#
|
#
|
||||||
{{ option('dbDriver', '') }}
|
{{ option('dbDriver', 'QMYSQL') }}
|
||||||
{{ option('dbUsername', '') }}
|
{{ option('dbUsername', '') }}
|
||||||
{{ option('dbPassword', '') }}
|
{{ option('dbPassword', '') }}
|
||||||
{{ option('dbHost', '') }}
|
{{ option('dbHost', '') }}
|
||||||
@ -155,11 +155,11 @@
|
|||||||
|
|
||||||
# Regular expression used to validate channel names.
|
# Regular expression used to validate channel names.
|
||||||
# (Note that you have to escape backslashes with \ )
|
# (Note that you have to escape backslashes with \ )
|
||||||
{{ option('channelname', '[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+') }}
|
{{ option('channelname', '[ \\\\-=\\\\w\\\\#\\\\[\\\\]\\\\{\\\\}\\\\(\\\\)\\\\@\\\\|]+') }}
|
||||||
|
|
||||||
# Regular expression used to validate user names.
|
# Regular expression used to validate user names.
|
||||||
# (Note that you have to escape backslashes with \ )
|
# (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.
|
# Maximum length of text messages in characters. 0 for no limit.
|
||||||
{{ option('textmessagelength', '5000') }}
|
{{ option('textmessagelength', '5000') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user