Fix write verification and re-enable it
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ export LOG_LEVEL=info
|
||||
|
||||
# Optional write confirmation probe settings:
|
||||
export WRITE_CHECK_ENABLED=true
|
||||
# false = consider publish OK sufficient; true = require read-after-write confirmation
|
||||
export WRITE_CHECK_VERIFY_READ=false
|
||||
# true = require read-after-write confirmation; set false to treat publish OK as sufficient
|
||||
export WRITE_CHECK_VERIFY_READ=true
|
||||
export WRITE_CHECK_KIND=30078
|
||||
# WRITE_CHECK_PRIVKEY accepts either:
|
||||
# - nsec1... string
|
||||
|
||||
Reference in New Issue
Block a user