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
9a2ac89c04
commit
1abe7ec7ef
1 changed files with 4 additions and 4 deletions
|
@ -22,10 +22,10 @@ N8N_LISTEN_ADDRESS=127.0.0.1
|
|||
|
||||
DB_TYPE=mysqldb
|
||||
DB_MYSQLDB_DATABASE=__DB_NAME__
|
||||
DB_MYSQLDB_HOST_FILE=localhost
|
||||
DB_MYSQLDB_PORT_FILE=3306
|
||||
DB_MYSQLDB_USER_FILE=__DB_USER__
|
||||
DB_MYSQLDB_PASSWORD_FILE=__DB_PWD__
|
||||
DB_MYSQLDB_HOST="localhost"
|
||||
DB_MYSQLDB_PORT=3306
|
||||
DB_MYSQLDB_USER=__DB_USER__
|
||||
DB_MYSQLDB_PASSWORD=__DB_PWD__
|
||||
|
||||
EXECUTIONS_DATA_SAVE_ON_ERROR=all
|
||||
EXECUTIONS_DATA_SAVE_ON_SUCCESS=none
|
||||
|
|
Loading…
Add table
Reference in a new issue