1
0
Fork 0
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:
Éric Gaspar 2023-10-15 11:08:57 +02:00
parent 8325a7b043
commit 6e9fd68b46

View file

@ -28,9 +28,10 @@ N8N_PERSISTED_BINARY_DATA_TTL=120
DB_TYPE=postgresdb
DB_POSTGRESDB_PORT=5432
DB_POSTGRESDB_HOST="localhost"
POSTGRES_USER=__DB_USER__
POSTGRES_PASSWORD=__DB_PWD__
POSTGRES_DB=__DB_NAME__
DB_POSTGRES_USER=__DB_USER__
DB_POSTGRES_PASSWORD=__DB_PWD__
DB_POSTGRES_DB=__DB_NAME__
EXECUTIONS_DATA_SAVE_ON_ERROR=all
EXECUTIONS_DATA_SAVE_ON_SUCCESS=none