Using the windows executable how to configure? #298
Unanswered
elcosmelco
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Open a PowerShell or |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the packaged windows executable, how do I configure Flood? To be exact, I am able to view the interface locally via the default url ( http://localhost:3000 ), but not via any other device on the network resulting in a
ERR_CONNECTION_REFUSED
. I am assuming I have to bind to 0.0.0.0 in the config where it is currently bound to 127.0.0.1?Beta Was this translation helpful? Give feedback.
All reactions