first WIP implementation
This commit is contained in:
6
config.sample.php
Normal file
6
config.sample.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$homeserver = "example.com";
|
||||
$access_token = "To be used for sending the registration notification";
|
||||
$register_room = "$registerRoomID:example.com";
|
||||
$registration_shared_secret = "To be used for actually register the user";
|
||||
?>
|
||||
Reference in New Issue
Block a user