From 1e0e2c775d7a083e8a38a6bea8cc226ff9065a8c Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Mon, 12 May 2025 07:10:45 -0500 Subject: [PATCH] Update .env.example Postgres symbols in password warning in .env.example --- .env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 45c554e..9d6f6d7 100644 --- a/.env.example +++ b/.env.example @@ -18,6 +18,9 @@ N8N_USER_MANAGEMENT_JWT_SECRET=even-more-secret # For the JWT Secret and keys, see: https://supabase.com/docs/guides/self-hosting/docker#generate-api-keys # For the other secrets, see: https://supabase.com/docs/guides/self-hosting/docker#update-secrets # You can really decide any value for POOLER_TENANT_ID like 1000. + +# Note that using special symbols (like '%') can complicate things a bit for your Postgres password. +# If you use special symbols in your Postgres password, you must remember to percent-encode your password later if using the Postgres connection string, for example, postgresql://postgres.projectref:p%3Dword@aws-0-us-east-1.pooler.supabase.com:6543/postgres ############ POSTGRES_PASSWORD=your-super-secret-and-long-postgres-password @@ -198,4 +201,4 @@ DOCKER_SOCKET_LOCATION=/var/run/docker.sock # Google Cloud Project details GOOGLE_PROJECT_ID=GOOGLE_PROJECT_ID -GOOGLE_PROJECT_NUMBER=GOOGLE_PROJECT_NUMBER \ No newline at end of file +GOOGLE_PROJECT_NUMBER=GOOGLE_PROJECT_NUMBER