fix: .env file added

This commit is contained in:
MrMatiz2 2025-06-22 21:51:38 -05:00
commit eb4d0c35ab
2 changed files with 20 additions and 1 deletions

19
.env Normal file
View file

@ -0,0 +1,19 @@
# Folder where data should be saved
DATA_FOLDER=/root/n8n/
# The top level domain to serve from
DOMAIN_NAME=example.com
# The subfolder to serve from
SUBFOLDER=app1
N8N_PATH=/app1/
# DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachable from
# above example would result in: https://example.com/app1/
# Optional timezone to set which gets used by Cron-Node by default
# If not set New York time will be used
GENERIC_TIMEZONE=Europe/Berlin
# The email address to use for the SSL certificate creation
SSL_EMAIL=user@example.com

View file

@ -1,5 +1,5 @@
{
"name": "n8n-nodes-<...>",
"name": "n8n-nodes-s4ds",
"version": "0.1.0",
"description": "",
"keywords": [