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:
ericgaspar 2022-03-29 14:20:35 +02:00
parent 3b0a563e60
commit 9a2ac89c04
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -20,6 +20,7 @@ GENERIC_TIMEZONE=__TIMEZONE__
N8N_PROTOCOL=http
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