Created
June 16, 2017 15:50
-
-
Save hungmi/42fcd63ae777c48f7edf4b5c294c3a97 to your computer and use it in GitHub Desktop.
config/application.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# config/application.yml | |
development: | |
secret_key_base: something_secret | |
test: | |
secret_key_base: something_else_secret | |
production: | |
SECRET_KEY_BASE: something_else_secret_generate_from_rails_secret | |
PG_DBNAME: ProductionDBName | |
PG_USERNAME: deploy | |
PG_PASSWORD: YourPostgresPassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment