We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c89ff commit cef1784Copy full SHA for cef1784
1 file changed
docs/en/administrator/scripts.md
@@ -32,6 +32,7 @@ case "$1" in
32
exit 1
33
fi
34
java \
35
+ -Dserver.port=9966 \
36
-Dlogging.path=/opt/openlrw/logs/ \
37
-Dspring.data.mongodb.uri=<!-- mongodb uri --> \
38
-jar $JAR_PATH &
0 commit comments