25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-10-15 15:19:20 +02:00

Add ability to configure test to use new sql schema

This commit is contained in:
Paweł Chmielowski 2018-09-18 09:44:41 +02:00
parent d2cdfa66f9
commit fb367469d4
2 changed files with 3 additions and 0 deletions

View File

@ -525,6 +525,8 @@ shaper:
fast: 50000
normal: 10000
new_sql_schema: @@new_schema@@
api_permissions:
"public commands":
who: all

View File

@ -55,6 +55,7 @@ init_config(Config) ->
CfgContent = process_config_tpl(CfgContentTpl, [
{c2s_port, 5222},
{loglevel, 4},
{new_schema, false},
{s2s_port, 5269},
{component_port, 5270},
{web_port, 5280},