We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d05d531 + 1cb9c01 commit 1f0f1faCopy full SHA for 1f0f1fa
1 file changed
VPS.md
@@ -73,6 +73,7 @@ Stringer uses environment variables to determine information about your database
73
echo 'export STRINGER_DATABASE="stringer_live"' >> $HOME/.bash_profile
74
echo 'export STRINGER_DATABASE_USERNAME="stringer"' >> $HOME/.bash_profile
75
echo 'export STRINGER_DATABASE_PASSWORD="EDIT_ME"' >> $HOME/.bash_profile
76
+ echo 'export RACK_ENV="production"' >> $HOME/.bash_profile
77
source ~/.bash_profile
78
79
Tell stringer to run the database in production mode, using the postgres database you created earlier.
0 commit comments