Skip to content

Commit

Permalink
Files that need passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
nwilson-eol committed Oct 9, 2014
1 parent 4cdcb8b commit ddc66f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions consts-site.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
MushroomObserver::Application.configure do
config.action_mailer.smtp_settings[:password] = "xxx"
config.pivotal_enabled = true
config.pivotal_token = "xxx"
config.image_sources[:cdmr].delete(:write)
end
8 changes: 8 additions & 0 deletions database.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
production:
adapter: mysql2
database: mo_production
host: db.mushroomobserver.org
username: mo
password: <password>
socket: /var/run/mysqld/mysqld.sock
encoding: utf8

0 comments on commit ddc66f2

Please sign in to comment.