remove rest-admin and rest-private node config

This commit is contained in:
stubbsta 2024-09-13 08:41:59 +02:00
parent 8bf49acf83
commit 699ac79578
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View File

@ -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\

View File

@ -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\