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:
authorDima <opiums29@mail.ru>2019-09-26 08:38:06 +0300
committerJohn Smith <mrdoctorwho@gmail.com>2019-10-15 11:20:12 +0300
commit21d6ed0f9dd598c0fb1a6bee0d2f0ac632042151 (patch)
treeda5e5429570b081b1dd81707a1780488fd69b98f
parent2b963e6535a6986f4026ce5281eb35a3545671d4 (diff)
replace VK4XMPP_MONITOR_URL
-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.