Files
Compose-Files/Docker/n8n/files/.env
T
2026-07-20 09:23:17 -04:00

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 >>