Small doc fixes

This commit is contained in:
Cole Medin
2025-06-11 09:20:44 -05:00
parent 02f7b94a03
commit 11667bcf4b
3 changed files with 9 additions and 7 deletions

View File

@@ -1,8 +1,11 @@
# Change the name of this file to .env after updating it!
############
# [required]
# n8n credentials - you set this to whatever you want, just make it a long and secure string for both!
# [required]
# n8n credentials - use the command `openssl rand -hex 32` to generate both
# openssl is available by default on Linux/Mac
# For Windows, you can use the 'Git Bash' terminal installed with git
# Or run the command: python -c "import secrets; print(secrets.token_hex(32))"
############
N8N_ENCRYPTION_KEY=super-secret-key