01202c5276
* force packer build * disable ami temporarially * apt and ufw * initial lotus config * rename correctly * apt-get instead of apt * undo temporary edits * install before upgrade * tmp - force digitalocean * reenable filters * uncomment ebs * tmp, remove filter for digitalocean build * doc * install ufw (for iams where it isn't installed) * more amazon regions * missing comma * missing comma * remove unavailable regions * switch to ubuntu, not minimal * pro server * change owner * change image * uncomment circleci filters * remove api from firewall * tmp: remove circleci filter * dpkg options * confold * try export * re-add filter
37 lines
748 B
TOML
37 lines
748 B
TOML
[API]
|
|
ListenAddress = "/ip4/0.0.0.0/tcp/1234/http"
|
|
# RemoteListenAddress = ""
|
|
# Timeout = "30s"
|
|
#
|
|
[Libp2p]
|
|
ListenAddresses = ["/ip4/0.0.0.0/tcp/5678", "/ip6/::/tcp/5678"]
|
|
# AnnounceAddresses = []
|
|
# NoAnnounceAddresses = []
|
|
# ConnMgrLow = 150
|
|
# ConnMgrHigh = 180
|
|
# ConnMgrGrace = "20s"
|
|
#
|
|
[Pubsub]
|
|
# Bootstrapper = false
|
|
# RemoteTracer = "/dns4/pubsub-tracer.filecoin.io/tcp/4001/p2p/QmTd6UvR47vUidRNZ1ZKXHrAFhqTJAD27rKL9XYghEKgKX"
|
|
#
|
|
[Client]
|
|
# UseIpfs = false
|
|
# IpfsOnlineMode = false
|
|
# IpfsMAddr = ""
|
|
# IpfsUseForRetrieval = false
|
|
# SimultaneousTransfers = 20
|
|
#
|
|
[Metrics]
|
|
# Nickname = ""
|
|
# HeadNotifs = false
|
|
#
|
|
[Wallet]
|
|
# RemoteBackend = ""
|
|
# EnableLedger = false
|
|
# DisableLocal = false
|
|
#
|
|
[Fees]
|
|
# DefaultMaxFee = "0.007 FIL"
|
|
#
|