7 lines
185 B
Bash
7 lines
185 B
Bash
# n8n credentials
|
|
<%- if database_type == 'postgres' %>
|
|
DATABASE_USER=<< database_user >>
|
|
DATABASE_PASSWORD=<< database_password >>
|
|
<%- endif %>
|
|
N8N_ENCRYPTION_KEY=<< encryption_key >>
|