mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Update .env
This commit is contained in:
parent
042b2d296a
commit
cb586699c4
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ N8N_PERSISTED_BINARY_DATA_TTL=120
|
|||
DB_TYPE=postgresdb
|
||||
DB_POSTGRESDB_PORT=5432
|
||||
DB_POSTGRESDB_HOST="localhost"
|
||||
DB_POSTGRES_USER=__DB_USER__
|
||||
DB_POSTGRES_PASSWORD=__DB_PWD__
|
||||
DB_POSTGRESDB_USER=__DB_USER__
|
||||
DB_POSTGRESDB_PASSWORD=__DB_PWD__
|
||||
DB_POSTGRESDB_DATABASE=__DB_NAME__
|
||||
|
||||
EXECUTIONS_DATA_SAVE_ON_ERROR=all
|
||||
|
|
Loading…
Add table
Reference in a new issue