mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-04-27 18:19:56 +00:00
Small doc fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user