dncurrency/docker/node/config/config-rpc.toml
Guilherme Lawless 4bab9c3429
Docker changes for new TOML config (#2241)
* Docker changes for new toml config

* Fix docker entry
2019-08-23 23:45:28 +01:00

8 lines
158 B
TOML

# Bind address for the RPC server
# type:string,ip
address = "::ffff:0.0.0.0"
# Enable or disable control-level requests
# type:bool
enable_control = false