IBC_ReadOnlyApi = no not working
thunderwin opened this issue · 1 comments
thunderwin commented
I wanna uncheck readyonly_api by default. but
IBC_ReadOnlyApi = no not working
extrange commented
The default behavour of IBC should already uncheck ReadOnlyApi
, so you don't actually have to set that variable.
However, if you do set it, make sure you put no
in quotes, i.e.
IBC_ReadOnlyApi: 'no'
This is because the YAML format reads strings such as yes
and no
as True
and False
respectively.
Do let me know if this works.
I will update the documentation.