mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
clean up a vertobot a bit
This commit is contained in:
parent
76a2e92658
commit
f7fb4675a6
@ -11,7 +11,6 @@ use JSON;
|
|||||||
use YAML;
|
use YAML;
|
||||||
use Data::UUID;
|
use Data::UUID;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
use Digest::SHA qw( hmac_sha1_base64 );
|
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
|
|
||||||
binmode STDOUT, ":encoding(UTF-8)";
|
binmode STDOUT, ":encoding(UTF-8)";
|
||||||
|
@ -8,10 +8,6 @@ matrix-bot:
|
|||||||
user_id: '@vertobot:matrix.org'
|
user_id: '@vertobot:matrix.org'
|
||||||
password: ''
|
password: ''
|
||||||
|
|
||||||
# Extra registration params required for creating new "ghost" users
|
|
||||||
matrix-register:
|
|
||||||
captcha_bypass_secret: ''
|
|
||||||
|
|
||||||
verto-bot:
|
verto-bot:
|
||||||
host: webrtc.freeswitch.org
|
host: webrtc.freeswitch.org
|
||||||
service: 8081
|
service: 8081
|
||||||
|
Loading…
Reference in New Issue
Block a user