2021-02-07 07:25:39 +00:00
|
|
|
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
|