Files
grin-explorer/Explorer.toml
2024-05-10 14:00:39 +03:00

22 lines
349 B
TOML

# Node address.
ip = "127.0.0.1"
# Node port.
port = "3413"
# Node protocol. Either HTTP or HTTPS.
proto = "http"
# API username.
user = "grin"
# API secret path.
api_secret_path = "~/.grin/main/.api_secret"
# Foreign API secret path.
foreign_api_secret_path = "~/.grin/main/.foreign_api_secret"
# Path to Grin directory
grin_dir = "~/.grin"