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 12:13:26 +02:00
parent 042b2d296a
commit cb586699c4

View file

@ -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