Skip to content

Commit

Permalink
Add time zone setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-arthur committed Mar 30, 2024
1 parent ff1d3c6 commit 40a48d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ configVariable["host"]=$OJS_DB_HOST
configVariable["username"]=$OJS_DB_USER
configVariable["password"]=$OJS_DB_PASSWORD
configVariable["name"]=$OJS_DB_NAME
configVariable["time_zone"]=$TIME_ZONE

for key in "${!configVariable[@]}"; do
ojs-variable $key ${configVariable[$key]}
Expand Down

0 comments on commit 40a48d4

Please sign in to comment.