Skip to content

Commit

Permalink
Fix links in values.yaml (8gears#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Feb 20, 2024
1 parent 6c9995a commit 2b43752
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default helm values for n8n.
# Default values within the n8n application can be found under https://github.com/n8n-io/n8n/blob/master/packages/cli/config/index.ts
# Default values within the n8n application can be found under https://github.com/n8n-io/n8n/blob/master/packages/cli/src/config/index.ts
n8n:
encryption_key: # n8n creates a random encryption key automatically on the first launch and saves it in the ~/.n8n folder. That key is used to encrypt the credentials before they get saved to the database.
encryption_key: # if not specified n8n on first launch creates a random encryption key for encrypting saved credentials and saves it in the ~/.n8n folder
defaults:

config:
Expand All @@ -26,7 +26,6 @@ secret: # Dict with all n8n json config options, unlike config the values here w

## ALL possible n8n Values

#
#database:
# type: # Type of database to use - Other possible types ['sqlite', 'mariadb', 'mysqldb', 'postgresdb'] - default: sqlite
# tablePrefix: # Prefix for table names - default: ''
Expand Down

0 comments on commit 2b43752

Please sign in to comment.