Skip to content

Instantly share code, notes, and snippets.

@matflores
Forked from cyx/settings.rb
Created September 9, 2010 19:39
Show Gist options
  • Save matflores/572414 to your computer and use it in GitHub Desktop.
Save matflores/572414 to your computer and use it in GitHub Desktop.
# config/settings.rb
Main.config do |m|
m.site_name = 'Cool site'
m.smtp.domain = "..."
m.smtp.host = "..."
m.s3.access_key = "...."
m.s3.secret_access_key = "...."
m.s3.bucket = "..."
m.fb.app_id = 1230918230981230
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment