mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Use python3 to run extauth.py for tests
This commit is contained in:
parent
aeed1679d8
commit
d4ab4d16e8
@ -64,7 +64,7 @@
|
||||
{host_config, "localhost", [{auth_method, internal}]}.
|
||||
{host_config, "extauth.localhost",
|
||||
[{auth_method, external},
|
||||
{extauth_program, "python extauth.py"}]}.
|
||||
{extauth_program, "python3 extauth.py"}]}.
|
||||
{host_config, "mnesia.localhost",
|
||||
[{auth_method, internal},
|
||||
{{add, modules}, [{mod_announce, [{db_type, internal}]},
|
||||
|
@ -1,5 +1,5 @@
|
||||
define_macro:
|
||||
EXTAUTH_CONFIG:
|
||||
queue_type: ram
|
||||
extauth_program: "python extauth.py"
|
||||
extauth_program: "python3 extauth.py"
|
||||
auth_method: external
|
||||
|
Loading…
Reference in New Issue
Block a user