mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
feat(supabase): add PG_META_CRYPTO_KEY secret generation
This commit is contained in:
@@ -326,6 +326,7 @@ POOLER_DEFAULT_POOL_SIZE=20
|
||||
POOLER_MAX_CLIENT_CONN=100
|
||||
SECRET_KEY_BASE=
|
||||
VAULT_ENC_KEY=
|
||||
PG_META_CRYPTO_KEY=
|
||||
# Pool size for internal metadata storage used by Supavisor
|
||||
# This is separate from client connections and used only by Supavisor itself
|
||||
POOLER_DB_POOL_SIZE=5
|
||||
|
||||
@@ -69,6 +69,7 @@ declare -A VARS_TO_GENERATE=(
|
||||
["NEO4J_AUTH_USERNAME"]="fixed:neo4j" # Added Neo4j username
|
||||
["NEXTAUTH_SECRET"]="secret:64" # base64 encoded, 48 bytes -> 64 chars
|
||||
["PADDLEOCR_PASSWORD"]="password:32" # Added PaddleOCR basic auth password
|
||||
["PG_META_CRYPTO_KEY"]="alphanum:32"
|
||||
["POSTGRES_NON_ROOT_PASSWORD"]="password:32"
|
||||
["POSTGRES_PASSWORD"]="password:32"
|
||||
["PROMETHEUS_PASSWORD"]="password:32" # Added Prometheus password
|
||||
|
||||
Reference in New Issue
Block a user