Skip to content

Commit

Permalink
meeseeks: Add XML_CALENDAR_HOST enviroment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem4590 committed May 15, 2023
1 parent fdea671 commit a0486ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meeseeks/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export HOLIDAYS_CRONTAB_WEEK_BEFORE="${HOLIDAYS_CRONTAB_WEEK_BEFORE:="0 0 7 * *

export HOLIDAYS_CRONTAB_DAY_BEFORE="${HOLIDAYS_CRONTAB_DAY_BEFORE:="0 0 18 * * *"}"

export XML_CALENDAR_HOST="${XML_CALENDAR_HOST:="http://xmlcalendar.ru"}"

set +x

ln -snf /usr/share/zoneinfo/"${TIME_ZONE}" /etc/localtime
Expand Down

0 comments on commit a0486ff

Please sign in to comment.