1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00

Add timezone

This commit is contained in:
ericgaspar 2021-09-18 22:42:46 +02:00
parent 8c814e6081
commit 41ee398214
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,7 @@ N8N_BASIC_AUTH_PASSWORD=__PASSWORD__
# Optional timezone to set which gets used by Cron-Node by default
# If not set New York time will be used
GENERIC_TIMEZONE=Europe/Paris
GENERIC_TIMEZONE=__TIMEZONE__
# The email address to use for the SSL certificate creation
SSL_EMAIL=user@example.com

View file

@ -28,6 +28,7 @@ path_url=$YNH_APP_ARG_PATH
is_public=$YNH_APP_ARG_IS_PUBLIC
password=$YNH_APP_ARG_PASSWORD
admin=$YNH_APP_ARG_ADMIN
timezone="$(cat /etc/timezone)"
app=$YNH_APP_INSTANCE_NAME