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
for instance i would like to be able to change the listen port setting via the jsonrpc api but how it is currently setup i cant.
even if LISTEN_PORT is unset it uses the default value of 6888.
if i send the jsonrpc to change the listen port setting to say 6889 it will respond with success but not actually change it.
The text was updated successfully, but these errors were encountered:
Robonau
changed the title
settings not configured by env variable shouldn't be forced
LISTEN_PORT setting not configured by env variable shouldn't be forced
Aug 12, 2024
for instance i would like to be able to change the listen port setting via the jsonrpc api but how it is currently setup i cant.
even if LISTEN_PORT is unset it uses the default value of 6888.
if i send the jsonrpc to change the listen port setting to say 6889 it will respond with success but not actually change it.
The text was updated successfully, but these errors were encountered: