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:
parent
8c814e6081
commit
41ee398214
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue