From b06cf0df1ca99261314baf1cf781141a73d55019 Mon Sep 17 00:00:00 2001 From: Edwin Jose Date: Thu, 20 Nov 2025 17:25:18 -0500 Subject: [PATCH] Add comment marker to password requirements Prefixed the password requirements line with a comment marker in .env.example to prevent accidental parsing as a value. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ad7752c1..3778a046 100644 --- a/.env.example +++ b/.env.example @@ -17,7 +17,7 @@ NUDGES_FLOW_ID=ebc01d31-1976-46ce-a385-b0240327226c # container startup from this value. Do not commit real secrets. # must match the hashed password in secureconfig, must change for secure deployment!!! # NOTE: if you set this by hand, it must be a complex password: -The password must contain at least 8 characters, and must contain at least one uppercase letter, one lowercase letter, one digit, and one special character. +# The password must contain at least 8 characters, and must contain at least one uppercase letter, one lowercase letter, one digit, and one special character. OPENSEARCH_PASSWORD= # make here https://console.cloud.google.com/apis/credentials