Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ N8N_WEBHOOK_URL=https://your-n8n-instance.example.com
# Set to true to enable community nodes
N8N_COMMUNITY_PACKAGES_ENABLED=true

# n8n Database Configuration
# Set DB_TYPE to postgresdb to use PostgreSQL instead of SQLite
DB_TYPE=postgresdb
N8N_POSTGRES_DB=n8n

# PostgreSQL Configuration
POSTGRES_USER=ifcpipeline
Expand Down
Loading