1
0
Fork 0
Discord-RTMP-Notice/config.php

5 lines
79 B
PHP
Raw Permalink Normal View History

2020-06-07 16:12:25 +00:00
<?php
$StreamURL = "%%StreamURL%%";
$DiscordWebhook = "%%DiscordWebhook%%";
?>