From d8ee232e99f88ab96ff03f9c3963fcd0b6f89a78 Mon Sep 17 00:00:00 2001 From: mynah Date: Thu, 21 Mar 2019 17:54:26 +0100 Subject: [PATCH] d --- dojo.conf | 31 ------------------------------- public/robots.txt | 3 --- 2 files changed, 34 deletions(-) delete mode 100755 dojo.conf delete mode 100644 public/robots.txt diff --git a/dojo.conf b/dojo.conf deleted file mode 100755 index c7402e4..0000000 --- a/dojo.conf +++ /dev/null @@ -1,31 +0,0 @@ -{ - perldoc => 1, - secrets => ['b8a9e54090ccb580b6203e53a9f9199af38ce538'], - path => 'public', - hypnotoad => { - listen => [ 'http://127.0.0.1:3000/' ], - }, - - #Chat ======================================================= - chat_addr => "https://chat.vuelodegrulla.com", - chat_srv => "chat.vuelodegrulla.com", - chat_channel => 'Grullas@radio.chat.vuelodegrulla.com', - - #Radio ===================================================== - radio_server_name=>"http://radio.chaos.foundation:8000/q", - radio_server =>"https://radio.chaos.foundation", - radio_channel => "/q", - radio_listen_url =>"http://radio.chaos.foundation:8000/q", - - #RTPM ======================================================= - rtmp_server =>"rtmp://chaos.foundation/steam", - rtmp_channel =>"cell", - - #Dash/Webm ======================================================= - dash_listen_url =>"https://radio.chaos.foundation/dash/live.mpd", - webm_listen_url =>"https://radio.chaos.foundation/live.webm", - webm_server_name=>"http://chaos.foundation:8000/live.webm", - webm_channel => "/live.webm", - -} - diff --git a/public/robots.txt b/public/robots.txt deleted file mode 100644 index 31fa943..0000000 --- a/public/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -User-agent: * -Allow: / -Sitemap: https://vuelodegrulla.com/sitemap.xml