mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 13:33:41 +00:00
11 lines
259 B
TOML
11 lines
259 B
TOML
[default]
|
|
address = "127.0.0.1"
|
|
|
|
# Uncomment and change default port number (8000) if another instance of the explorer is needed to run.
|
|
# E.g. Mainnet (8000) and Testnet (8001) instances.
|
|
# port = 8000
|
|
|
|
[default.databases.sqlite_db]
|
|
url = "database.sqlite"
|
|
|