Skip to content

Instantly share code, notes, and snippets.

@sauravtom
Created July 13, 2020 14:24
Show Gist options
  • Save sauravtom/04fb680bf93cb7463197b7d7522233cb to your computer and use it in GitHub Desktop.
Save sauravtom/04fb680bf93cb7463197b7d7522233cb to your computer and use it in GitHub Desktop.

Revisions

  1. sauravtom created this gist Jul 13, 2020.
    24 changes: 24 additions & 0 deletions n8n_env
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    # Folder where data should be saved
    DATA_FOLDER=/root/n8n/

    # The top level domain to serve from
    DOMAIN_NAME=example.com

    # The subdomain to serve from
    SUBDOMAIN=n8n

    # DOMAIN_NAME and SUBDOMAIN combined decide where n8n will be reachable from
    # above example would result in: https://n8n.example.com

    # The user name to use for autentication - IMPORTANT ALWAYS CHANGE!
    N8N_BASIC_AUTH_USER=user

    # The password to use for autentication - IMPORTANT ALWAYS CHANGE!
    N8N_BASIC_AUTH_PASSWORD=password

    # 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
    [email protected]