mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Add ability to configure test to use new sql schema
This commit is contained in:
parent
d2cdfa66f9
commit
fb367469d4
@ -525,6 +525,8 @@ shaper:
|
|||||||
fast: 50000
|
fast: 50000
|
||||||
normal: 10000
|
normal: 10000
|
||||||
|
|
||||||
|
new_sql_schema: @@new_schema@@
|
||||||
|
|
||||||
api_permissions:
|
api_permissions:
|
||||||
"public commands":
|
"public commands":
|
||||||
who: all
|
who: all
|
||||||
|
@ -55,6 +55,7 @@ init_config(Config) ->
|
|||||||
CfgContent = process_config_tpl(CfgContentTpl, [
|
CfgContent = process_config_tpl(CfgContentTpl, [
|
||||||
{c2s_port, 5222},
|
{c2s_port, 5222},
|
||||||
{loglevel, 4},
|
{loglevel, 4},
|
||||||
|
{new_schema, false},
|
||||||
{s2s_port, 5269},
|
{s2s_port, 5269},
|
||||||
{component_port, 5270},
|
{component_port, 5270},
|
||||||
{web_port, 5280},
|
{web_port, 5280},
|
||||||
|
Loading…
Reference in New Issue
Block a user