Skip to content

Commit 1f0f1fa

Browse files
author
matt swanson
committed
Merge pull request stringer-rss#184 from jiehanzheng/patch-1
Specify RACK_ENV=production in .bash_profile
2 parents d05d531 + 1cb9c01 commit 1f0f1fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

VPS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Stringer uses environment variables to determine information about your database
7373
echo 'export STRINGER_DATABASE="stringer_live"' >> $HOME/.bash_profile
7474
echo 'export STRINGER_DATABASE_USERNAME="stringer"' >> $HOME/.bash_profile
7575
echo 'export STRINGER_DATABASE_PASSWORD="EDIT_ME"' >> $HOME/.bash_profile
76+
echo 'export RACK_ENV="production"' >> $HOME/.bash_profile
7677
source ~/.bash_profile
7778

7879
Tell stringer to run the database in production mode, using the postgres database you created earlier.

0 commit comments

Comments
 (0)