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

Commit c534442

Browse files
authored
fix: add option to run api server without proxy server
1 parent 877931e commit c534442

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/blockexplorer.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ ui)
88
runApi=0
99
runProxy=0
1010
;;
11+
apiNoProxy)
12+
runUi=0
13+
runApi=1
14+
runProxy=0
15+
;;
1116
api)
1217
runUi=0
1318
runApi=1

0 commit comments

Comments
 (0)