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 db3b791 commit 5618e36Copy full SHA for 5618e36
src/args.h
@@ -44,13 +44,8 @@ struct Args {
44
45
// websocket signaling
46
bool use_tls = false;
47
- std::string ws_host = "192.168.4.21";
48
- std::string ws_token =
49
- "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9."
50
- "eyJleHAiOjE3NzQ3NDU2MzksImlzcyI6IkFQSVduUVRzNHRtVVp2QSIsIm5iZiI6MTc0MzIwOTYzOSwic3ViIjoiZj"
51
- "JkNzRiOTUtMmYxNi00ODRiLTg3NjctYThjNWY3NzFlZWY2IiwidmlkZW8iOnsiY2FuUHVibGlzaCI6dHJ1ZSwiY2Fu"
52
- "UHVibGlzaERhdGEiOnRydWUsImNhblN1YnNjcmliZSI6ZmFsc2UsInJvb20iOiJkZXZpY2UtMSIsInJvb21Kb2luIj"
53
- "p0cnVlfX0.o7e-gjkqfMpeDjATwaWWLKUWPa8RlaoIOcuw3p8FxQk";
+ std::string ws_host = "";
+ std::string ws_token = "";
54
};
55
56
#endif // ARGS_H_
0 commit comments