Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

make RACK_ENV available to the server process #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion script/server
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd "$(dirname "$0")/.."
script/update

test -z "$RACK_ENV" &&
RACK_ENV='development'
export RACK_ENV='development'

# boot the app and any other necessary processes.
foreman start -p 9393