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
To disable the wallet API secret, we need comment api_secret_path, but it doesn't work, we have to disable both api_secret_path and node_api_secret_path:
#path of the secret token used by the API to authenticate the calls
#comment it to disable basic auth
#api_secret_path = "/Users/garyyu/.grin/floo/.api_secret"
#location of the node api secret for basic auth on the Grin API
#node_api_secret_path = "/Users/garyyu/.grin/floo/.api_secret"
The text was updated successfully, but these errors were encountered:
To disable the wallet API secret, we need comment
api_secret_path
, but it doesn't work, we have to disable bothapi_secret_path
andnode_api_secret_path
:The text was updated successfully, but these errors were encountered: