Skip to content

Commit

Permalink
v1.0.1 (#2)
Browse files Browse the repository at this point in the history
Minor updates
* Setting node environment to production
  • Loading branch information
bfren committed Sep 22, 2022
1 parent 277e26f commit baddd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
1 change: 1 addition & 0 deletions overlay/etc/bf/init.d/20-env
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bf-env "NODE_RUN" "${NODE_APP_LIVE}/server/bin/prod.js"
[["${SEND_BASE_URL}" = ""]] && bf-error "You must set SEND_BASE_URL before running." "20-env"

bf-env "PORT" "3000"
bf-env "NODE_ENV" "production"
bf-env "BASE_URL" "${SEND_BASE_URL}"
bf-env "FILE_DIR" "${SEND_FILE_DIR}"
bf-env "MAX_FILE_SIZE" "${SEND_MAX_FILE_SIZE}"
Expand Down

0 comments on commit baddd88

Please sign in to comment.