mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Update .env.example
Postgres symbols in password warning in .env.example
This commit is contained in:
@@ -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
|
||||
GOOGLE_PROJECT_NUMBER=GOOGLE_PROJECT_NUMBER
|
||||
|
||||
Reference in New Issue
Block a user