Skip to content

Commit

Permalink
config reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrol3001 committed Dec 21, 2023
1 parent 6a8f7bf commit b5beb04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions n8n/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,16 @@ map:
- addon_config:rw
- ssl
options:
log_level: info
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
db_type: sqlite
public_url: ""
schema:
log_level: list(info|warn|error|verbose|debug)
ssl: bool
certfile: str
keyfile: str
db_type: list(sqlite|postgresdb|mysqldb)
log_level: list(trace|debug|info|notice|warning|error|fatal)?
public_url: str?
db_name: str?
db_host: str?
Expand Down

0 comments on commit b5beb04

Please sign in to comment.