mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 21:43:40 +00:00
36 lines
648 B
TOML
36 lines
648 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"
|
|
|
|
# CoinGecko API on/off switch.
|
|
coingecko_api = "on"
|
|
|
|
|
|
# Testnet config
|
|
# ip = "127.0.0.1"
|
|
# port = "13413"
|
|
# proto = "http"
|
|
# user = "grin"
|
|
# api_secret_path = "~/.grin/test/.api_secret"
|
|
# foreign_api_secret_path = "~/.grin/test/.foreign_api_secret"
|
|
# grin_dir = "~/.grin"
|
|
# coingecko_api = "off"
|
|
|