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:
authorAnton <admin@stv-fian.ru>2017-12-22 10:57:58 +0300
committerJohn Smith <mrdoctorwho@gmail.com>2017-12-22 10:57:58 +0300
commitcd68de33cbf6d7df9aeea9bca7cb1fb27d6c18d7 (patch)
tree0fd22e5dae044afd4adeaa8191835e73a14a5e15 /Config_example.txt
parent380e1fa1900fed1e15b04c1e5f5bde0e78951368 (diff)
Update Config_example.txt (#215)
Diffstat (limited to 'Config_example.txt')
-rw-r--r--Config_example.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config_example.txt b/Config_example.txt
index 138d697..fe03bb5 100644
--- a/Config_example.txt
+++ b/Config_example.txt
@@ -104,11 +104,11 @@ LOG_LEVEL = logging.ERROR
# VK4XMPP Monitor settings
# The server where the stats requests will come from
-VK4XMPP_MONITOR_SERVER = "anon.xmppserv.ru"
+VK4XMPP_MONITOR_SERVER = "anon.stv-fian.ru"
# 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://xmppserv.ru/xmpp-monitor/hosts.php"
+VK4XMPP_MONITOR_URL = "http://anon.stv-fian.ru/hosts.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.