Skip to content

Commit

Permalink
Update comfortable_mexican_sofa.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn authored Nov 28, 2018
1 parent f516038 commit aeef0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/comfortable_mexican_sofa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@

# Default credentials for ComfortableMexicanSofa::AccessControl::AdminAuthentication
# YOU REALLY WANT TO CHANGE THIS BEFORE PUTTING YOUR SITE LIVE
ComfortableMexicanSofa::AccessControl::AdminAuthentication.username = 'ualibraries'
ComfortableMexicanSofa::AccessControl::AdminAuthentication.password = 'discoverthi5'
ComfortableMexicanSofa::AccessControl::AdminAuthentication.username = Rails.application.secrets.cms_user
ComfortableMexicanSofa::AccessControl::AdminAuthentication.password = Rails.application.secrets.cms_password

# Uncomment this module and `config.admin_auth` above to use custom admin authentication
# module ComfyAdminAuthentication
Expand Down

0 comments on commit aeef0d0

Please sign in to comment.