Browse Source

Merge #1026: Re-enable Agora IRC in configuration defaults

fb9f593 Re-enable Agora IRC in configuration defaults (Kristaps Kaupe)
master
Adam Gibson 4 years ago
parent
commit
e93eef3b1f
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 29
      jmclient/jmclient/configure.py

29
jmclient/jmclient/configure.py

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

Loading…
Cancel
Save