Skip to content

Instantly share code, notes, and snippets.

@hbrandl
Created August 5, 2014 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbrandl/10064a9e2afc7c27f2cb to your computer and use it in GitHub Desktop.
Save hbrandl/10064a9e2afc7c27f2cb to your computer and use it in GitHub Desktop.
application.yml to be used with hbrandl/rails_with_login
# encoding: UTF-8
# this file lives at /config/application.yml
# Add application configuration variables here, as shown below.
#### Facebook ####
# https://developers.facebook.com/
# FACEBOOK_KEY: ''
# FACEBOOK_SECRET: ''
#### Twitter ####
# https://apps.twitter.com/
# TWITTER_KEY: ''
# TWITTER_SECRET: ''
#### Google ####
# https://console.developers.google.com/
# GOOGLE_KEY: ''
# GOOGLE_SECRET: ''
# bundle exec rake secret
SECRET_KEY_BASE: ''
SMTP_USERNAME: ''
SMTP_PASSWORD: ''
SMTP_SERVER: ''
# only used in production (not on heroku or local)
# postgresql
DATABASE: ''
DB_USERNAME: ''
DB_PASSWORD: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment