mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 06:22:24 -05:00
fix: .env file added
This commit is contained in:
parent
f36b4cf0d1
commit
eb4d0c35ab
2 changed files with 20 additions and 1 deletions
19
.env
Normal file
19
.env
Normal 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
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "n8n-nodes-<...>",
|
"name": "n8n-nodes-s4ds",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue