Skip to content

Commit

Permalink
download app was checking for API_HOST but env was never given
Browse files Browse the repository at this point in the history
  • Loading branch information
tomich committed May 18, 2024
1 parent 0f5351f commit d4923e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ config_env() {

env_names=(
"API_PORT"
"API_HOST"
"API_HOMEPAGE"
"ENNUIZEL_BASE"
"TRUST_PROXY"
Expand Down
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ config_env() {

env_names=(
"API_PORT"
"API_HOST"
"API_HOMEPAGE"
"ENNUIZEL_BASE"
"TRUST_PROXY"
Expand Down

0 comments on commit d4923e4

Please sign in to comment.