9 lines
254 B
PHP
9 lines
254 B
PHP
<?php
|
|
$homeserver = "example.com";
|
|
$access_token = "To be used for sending the registration notification";
|
|
$register_room = '$registerRoomID:example.com';
|
|
|
|
$webroot="https://myregisterdomain.net/";
|
|
$howToURL = "https://my-url-for-storing-howTos.net";
|
|
?>
|