forked from esl/ejabberd_tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.config
35 lines (32 loc) · 895 Bytes
/
test.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{ejabberd_node, 'ejabberd@localhost'}.
{ejabberd_cookie, ejabberd}.
{ejabberd_domain, <<"localhost">>}.
{escalus_users, [
{alice, [
{username, <<"alice">>},
{server, <<"localhost">>},
{password, <<"makota">>}]},
{bob, [
{username, <<"bob">>},
{server, <<"localhost">>},
{password, <<"makrolika">>}]},
{kate, [
{username, <<"kate">>},
{server, <<"localhost">>},
{password, <<"makrowe;p">>}]},
{mike, [
{username, <<"mike">>},
{server, <<"localhost">>},
{password, <<"nicniema">>}]}
]}.
{escalus_server2_users, [
{alice2, [
{username, <<"alice">>},
{server, <<"localhost2">>},
{host, <<"localhost">>},
{port, 5232},
{password, <<"makota2">>}]}
]}.
{escalus_overrides, [
{get_remote_sessions, {esl_overrides, get_remote_sessions}}
]}.