Spaces:
danilonovais
/
Running on CPU Upgrade

n8n-dan / n8n-infra /config /.env.example
danilonovais's picture
feat: add workflows for nightly backups, deployment to Hugging Face, and knowledge base sync; include scripts for backup and restore
caca973
raw
history blame
854 Bytes
# n8n core
N8N_ENCRYPTION_KEY=
N8N_USER_MANAGEMENT_JWT_SECRET=
N8N_HOST=localhost
N8N_PORT=5678
N8N_PROTOCOL=http
# Database (Supabase Postgres)
DB_TYPE=postgresdb
DB_POSTGRESDB_HOST=
DB_POSTGRESDB_PORT=5432
DB_POSTGRESDB_DATABASE=
DB_POSTGRESDB_USER=
DB_POSTGRESDB_PASSWORD=
DB_POSTGRESDB_SSL=true
DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED=false
# Webhooks
WEBHOOK_URL=
# Tokens and external integrations
HF_TOKEN=
GITHUB_TOKEN=
# Google / Vertex AI
GOOGLE_PROJECT_ID=
GOOGLE_CREDENTIALS_PATH=/home/node/.n8n/credentials/google-credentials.json
# Community packages (adjust as needed)
N8N_ENABLE_COMMUNITY_NODES=true
N8N_COMMUNITY_PACKAGES=["n8n-nodes-langchain","n8n-nodes-google","n8n-nodes-vertexai"]
# n8n API (for exporting workflows)
N8N_URL=http://localhost:5678
N8N_API_KEY=
# Optional Vector DB (local dev)
QDRANT_URL=http://localhost:6333