Skip to content

Instantly share code, notes, and snippets.

@hungmi
Created June 16, 2017 15:50
Show Gist options
  • Save hungmi/42fcd63ae777c48f7edf4b5c294c3a97 to your computer and use it in GitHub Desktop.
Save hungmi/42fcd63ae777c48f7edf4b5c294c3a97 to your computer and use it in GitHub Desktop.
config/application.yml
# 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