-
-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add production settings to database.yml #64
Comments
Since the user would have to edit the file manually to change the password and the correct user, perhaps merely explaining how to do this is the documentation would be enough. |
Probably best to use ENV variables for this. From: Michael Stephenson [mailto:notifications@github.com] Since the user would have to edit the file manually to change the password and the correct user, perhaps merely explaining how to do this is the documentation would be enough. — |
Such as:
Then simply adding their definitions to .bash_profile as part of the vps instructions? |
Resolves #146 |
Heroku automatically writes these, but for VPS we need to set them up.
Also update instructions for VPS to make sure it is run in prod env - not dev.
The text was updated successfully, but these errors were encountered: