remove rest-admin and rest-private node config (#85)
This commit is contained in:
parent
8bf49acf83
commit
0cf2b92695
|
@ -7,8 +7,6 @@ echo "I am a bootstrap node"
|
|||
exec /usr/bin/wakunode\
|
||||
--relay=false\
|
||||
--rest=true\
|
||||
--rest-admin=true\
|
||||
--rest-private=true\
|
||||
--rest-address=0.0.0.0\
|
||||
--max-connections=300\
|
||||
--dns-discovery=true\
|
||||
|
|
|
@ -136,8 +136,6 @@ exec /usr/bin/wakunode\
|
|||
--lightpush=true\
|
||||
--max-connections=250\
|
||||
--rest=true\
|
||||
--rest-admin=true\
|
||||
--rest-private=true\
|
||||
--rest-address=0.0.0.0\
|
||||
--rest-port=8645\
|
||||
--rln-relay=true\
|
||||
|
|
Loading…
Reference in New Issue