Onionr/static-data/default-plugins/torgossip/constants.py

7 lines
216 B
Python
Raw Normal View History

from utils.identifyhome import identify_home
2021-02-08 07:32:31 +00:00
home = identify_home()
SERVER_SOCKET = home + "torgossip.sock"
HOSTNAME_FILE = home + "torgossip-hostname"
CONFIG_FILE = home + "torgossip_config.json"
GOSSIP_PORT = 2021