Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: add option to run api server without proxy server
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored Feb 1, 2020
1 parent 877931e commit c534442
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/blockexplorer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ ui)
runApi=0
runProxy=0
;;
apiNoProxy)
runUi=0
runApi=1
runProxy=0
;;
api)
runUi=0
runApi=1
Expand Down

0 comments on commit c534442

Please sign in to comment.