-
Notifications
You must be signed in to change notification settings - Fork 0
/
chain1.example.conf
29 lines (23 loc) · 1.07 KB
/
chain1.example.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Config file for MultiChain Explorer
#
# Same file format as Abe. Please refer to Abe.conf for more
# information about the parameters shown below and other advanced options.
# Port to serve web pages
port 2750
# Who to accept connections from.
# You can only have one host entry in the config file otherwise the explorer will report an error.
# host 0.0.0.0 # to accept connections from anybody (including localhost) e.g. production
# host localhost # to only accept connections from your local machine e.g. testing
host localhost
# Configure a MultiChain network
datadir += [{
"dirname": "~/.multichain/chain1", # Path to chain's data folder
"loader": "default", # Do not change
"chain": "MultiChain chain1", # Display name in explorer
"policy": "MultiChain" # Do not change
}]
# Database type (do not change)
dbtype = MySQLdb
connect-args {"user":"abe","db":"abe","passwd":"password"}
# Filename of database for SQLite
# connect-args = chain1.explorer.sqlite