This commit is contained in:
2025-12-23 12:59:36 +01:00
parent a931f3b3b9
commit 0f35e8a69c
55 changed files with 0 additions and 0 deletions

12
Dev/n8n/panda_n8n/.env Normal file
View File

@@ -0,0 +1,12 @@
# .env file for n8n and Postgres
# Replace with your desired values
# n8n configuration
N8N_HOST=localhost
WEBHOOK_URL=http://localhost:5678/ # This should be your public URL if n8n is exposed to the internet
N8N_ENCRYPTION_KEY=sosetudhatodmegmitirokide # IMPORTANT: Generate a strong, random key!
# Postgres configuration
POSTGRES_DB=n8n
POSTGRES_USER=n8n
POSTGRES_PASSWORD=pandA6774 # IMPORTANT: Use a strong, random password!