Install Trinity Routing Node Gateway
Open gateway configuration file
vi gateway/config.py
Find'cg_public_ip_port = "localhost:8089"' and Put user’s public ip address at the localhost
eg:cg_public_ip_port = "8.8.8.8:8089"
My question is do I have to replace "8.8.8.8:8089" by my server IP adress in the command line?