Browse Source

Re-enable Agora IRC in configuration defaults

master
Kristaps Kaupe 4 years ago
parent
commit
fb9f5933e8
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 29
      jmclient/jmclient/configure.py

29
jmclient/jmclient/configure.py

@ -152,21 +152,20 @@ socks5_port = 9050
#usessl = false #usessl = false
#socks5 = true #socks5 = true
#Agora sometimes seems to be unreliable. Not active by default for that reason. [MESSAGING:server3]
#[MESSAGING:server3] host = agora.anarplex.net
#host = agora.anarplex.net channel = joinmarket-pit
#channel = joinmarket-pit port = 14716
#port = 14716 usessl = true
#usessl = true socks5 = false
#socks5 = false socks5_host = localhost
#socks5_host = localhost socks5_port = 9050
#socks5_port = 9050
# #for tor
##for tor #host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion
##host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion #port = 6667
##port = 6667 #usessl = false
##usessl = false #socks5 = true
##socks5 = true
[LOGGING] [LOGGING]
# Set the log level for the output to the terminal/console # Set the log level for the output to the terminal/console

Loading…
Cancel
Save