-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample-pfcdata.conf
More file actions
62 lines (49 loc) · 1.99 KB
/
sample-pfcdata.conf
File metadata and controls
62 lines (49 loc) · 1.99 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[Application Options]
; Set the logging verbosity level.
; For all logging subsystems:
;debuglevel=debug
; Set per-subsystem:
;debuglevel=DATD=debug,SQLT=debug,MEMP=debug,RPCC=info,JAPI=debug,PSQL=debug,IAPI=debug,NTFN=debug,SKDB=debug,BLKD=debug,EXPR=debug
; Authentication information for pfcd RPC (must set, no default)
;pfcduser=duser
;pfcdpass=asdfExample
; PicFight Coin network (default is mainnet)
;testnet=1
;simnet=1
; Connect to pfcd at localhost using the default port for the specified network.
;pfcdserv=localhost
; Connect using the specified port.
;pfcdserv=localhost:9109
; Specify pfcd's RPC certificate, or disable TLS for the connection
;pfcdcert=/home/me/.pfcd/rpc.cert
;nodaemontls=0
; The interface and protocol used by the web interface an HTTP API.
;apilisten=127.0.0.1:7777
;apiproto=http
; The string to use for JSON indentation when ?indent=true
;indentjson=" "
; Use the RealIP middleware to get the real client IP, but only if a reverse
; proxy or load balancer is correctly setting the X-Forwarded-For and/or
; X-Real-Ip headers. (Default is false.)
;userealip=true
; Sets the max number of blocks behind the best block past which only the syncing
; status page can be served on the running web server when blockchain sync is
; running after pfcdata startup. The maximum value that can be set is 5000. If set
; to more than 5000 or less than 2 syncing status page is loaded by default till
; syncing is done.
; sync-status-limit=1000
; Set "Cache-Control: max-age=X" in HTTP response header for FileServer routes.
;cachecontrol-maxage=86400
; Enable postgresql support, providing more features such as linking outputs to
; spending transactions, and full balance queries. (Default is false.)
;pg=true
; PostgreSQL database config (when pg=true)
;pgdbname=pfcdata
;pguser=pfcdata
;pgpass=
; Connect via TCP
;pghost=127.0.0.1:5432
; Connect via UNIX domain socket
;pghost=/run/postgresql
; Enable importing side chain blocks from pfcd on startup. (Default is false.)
;import-side-chains=true