You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPC, P2P, prof, gRPC, and API can be configure through init.config and init.app. Frontend and Dev UI are no longer relevant. I'm wondering whether we need the host property. We can keep it, of course, but there is still confusion when users try to set init.app.api.address and it doesn't get set in app.toml, because we overwrite it with our default.
The text was updated successfully, but these errors were encountered:
Config format changed since this issue was created, Cosmos app and Tendermint settings are configured using the validators config options. Each validator has the app and config map properties.
Just tested the config using the described values and verified that the config.toml and app.toml files are generated correctly.
Results in
tcp://http://192.168.1.208:1317
inconfig.toml
.We may need to revisit the
host
property. Currently, we have:RPC, P2P, prof, gRPC, and API can be configure through
init.config
andinit.app
. Frontend and Dev UI are no longer relevant. I'm wondering whether we need thehost
property. We can keep it, of course, but there is still confusion when users try to setinit.app.api.address
and it doesn't get set inapp.toml
, because we overwrite it with our default.The text was updated successfully, but these errors were encountered: