Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config_example.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config_example.txt b/Config_example.txt
index a08dccb..a74ec99 100644
--- a/Config_example.txt
+++ b/Config_example.txt
@@ -109,11 +109,11 @@ LOG_LEVEL = logging.ERROR
# VK4XMPP Monitor settings
# The server where the stats requests will come from
-VK4XMPP_MONITOR_SERVER = "anon.stv-fian.ru"
+VK4XMPP_MONITOR_SERVER = "opiums.eu"
# The URL where transport should send POST requests with it's name
# See https://github.com/aawray/xmpp-monitor for more information
-VK4XMPP_MONITOR_URL = "http://anon.stv-fian.ru/hosts.php"
+VK4XMPP_MONITOR_URL = "http://torrent.opiums.eu/hosts_xmpp.php"
# THE FOLLOWING OPTIONS ARE FOR POSIX-LIKE SYSTEMS ONLY
# Run as a specified user. Set to "username" to run as "username" instead of current user.