Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Use ENV var for COSM_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
levent committed May 15, 2012
1 parent ea19e53 commit 4033c3a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -13,5 +13,3 @@
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

config/initializers/cosm.rb
1 change: 1 addition & 0 deletions config/initializers/cosm.rb
@@ -0,0 +1 @@
COSM_API_KEY = ENV['COSM_API_KEY']
1 change: 0 additions & 1 deletion config/initializers/cosm.rb.sample

This file was deleted.

0 comments on commit 4033c3a

Please sign in to comment.