We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1549484 commit fdb3373Copy full SHA for fdb3373
1 file changed
install.sh
@@ -14,8 +14,8 @@ SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}.service"
14
BINARY_NAME="netwatcher-agent"
15
16
# Default values
17
-DEFAULT_HOST="http://localhost:8080"
18
-DEFAULT_HOST_WS="ws://localhost:8080/agent_ws"
+DEFAULT_HOST="https://api.netwatcher.io"
+DEFAULT_HOST_WS="wss://api.netwatcher.io/agent_ws"
19
20
# Colors for output
21
RED='\033[0;31m'
0 commit comments