github.com/decred/politeia@v1.4.0/politeiad/sample-politeiad.conf (about) 1 ; Specify the interfaces to listen on. One listen address per line. 2 ; NOTE: The default port is modified by some options such as 'testnet', so it is 3 ; recommended to not specify a port and allow a proper default to be chosen 4 ; unless you have a specific reason to do otherwise. 5 ; All interfaces on default port (this is the default): 6 ; listen= 7 ; All ipv4 interfaces on default port: 8 ; listen=0.0.0.0 9 ; All ipv6 interfaces on default port: 10 ; listen=:: 11 12 ; Enable testnet 13 ;testnet=true 14 15 ; dcrdatahost specifies the ip and port of the dcrdata host 16 ; dcrdatahost=testnet.decred.org:443 17 18 ; dcrtimehost specifies the ip and port of the dcrtime host 19 ;dcrtimehost=192.168.1.1 20 ; 21 ; dcrtimecert specifies the path to the certificate of the dcrtime host 22 ;dcrtimecert=/path/to/dcrtimecert.crt 23 24 ; rpcuser specifies the privileged user that is allowed to change records 25 ; status. 26 ;rpcuser= 27 28 ; rpcpass is the password for rpcuser. 29 ;rpcpass= 30 31 ; gittrace is used to enable git tracing. At this time it should always be 32 ; enabled because the git errors are not useful. 33 ;gittrace=1