Skip to content

Instantly share code, notes, and snippets.

@spencerldixon
Created May 19, 2019 15:43
Show Gist options
  • Save spencerldixon/1ef951266d54fe0e7a2d10b45fbc920d to your computer and use it in GitHub Desktop.
Save spencerldixon/1ef951266d54fe0e7a2d10b45fbc920d to your computer and use it in GitHub Desktop.
secrets.yml with defaults
default: &default
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
development:
<<: *default
test:
<<: *default
staging:
<<: *default
production:
<<: *default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment