remove rest-admin and rest-private node config (#85)

This commit is contained in:
Tanya S 2024-09-13 08:54:22 +02:00 committed by GitHub
parent 8bf49acf83
commit 0cf2b92695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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\