We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c0e1b commit df32fdaCopy full SHA for df32fda
backend/LAS2peerVideoListService/bin/start_network.sh
@@ -3,4 +3,4 @@
3
# this script starts a las2peer node providing the example service of this project
4
# pls execute it from the root folder of your deployment, e. g. ./bin/start_network.sh
5
6
-java -cp "lib/*" i5.las2peer.tools.L2pNodeLauncher -p 9011 uploadStartupDirectory\(\'etc/startup\'\) startService\(\'i5.las2peer.services.servicePackage.ServiceClass\',\'SampleServicePass\'\) startWebConnector interactive
+java -cp "lib/*" i5.las2peer.tools.L2pNodeLauncher -p 9011 uploadStartupDirectory\(\'etc/startup\'\) startService\(\'i5.las2peer.services.videoList.VideoListService\',\'someNewPass\'\) startWebConnector interactive
0 commit comments