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:
parent
d2cdfa66f9
commit
fb367469d4
@ -525,6 +525,8 @@ shaper:
|
||||
fast: 50000
|
||||
normal: 10000
|
||||
|
||||
new_sql_schema: @@new_schema@@
|
||||
|
||||
api_permissions:
|
||||
"public commands":
|
||||
who: all
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user