Created
          August 5, 2014 12:21 
        
      - 
      
- 
        Save hbrandl/10064a9e2afc7c27f2cb to your computer and use it in GitHub Desktop. 
    application.yml to be used with hbrandl/rails_with_login
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | # 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