From 28f04931d3396a3fe166eeddb7ac49c65c9582e6 Mon Sep 17 00:00:00 2001 From: ZJZR Date: Sun, 11 Jan 2026 20:24:25 +0100 Subject: [PATCH] Add node configuration notes Introduces a short documentation file with basic node configuration guidelines for new contributors. --- NODE_CONFIGURATION_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 NODE_CONFIGURATION_NOTES.md diff --git a/NODE_CONFIGURATION_NOTES.md b/NODE_CONFIGURATION_NOTES.md new file mode 100644 index 00000000..adf35ed4 --- /dev/null +++ b/NODE_CONFIGURATION_NOTES.md @@ -0,0 +1,9 @@ +# Node Configuration Notes + +This document provides a short overview of common node configuration concepts. + +- Always verify configuration values before deployment +- Keep sensitive values out of version control +- Review defaults carefully when upgrading versions + +These notes are intended to help new contributors understand basic setup considerations.