Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
John Major committed Nov 18, 2024
1 parent 99401db commit 68be1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_bloomui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ elif [[ "$mode" == "prod" ]]; then
--log-level trace \
--timeout 303 \
--bind $host:$port \
--ssl-certfile ./certs/fullchain.pem \
--ssl-keyfile ./certs/privkey.pem
--certfile ./certs/fullchain.pem \
--keyfile ./certs/privkey.pem
else
echo "Invalid mode: $mode"
echo "Use --mode <dev|prod> to specify the run mode."
Expand Down

0 comments on commit 68be1d8

Please sign in to comment.