PageRenderTime 51ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/config/initializers/authentication.rb

https://github.com/chrisroos/money-tracker
Ruby | 2 lines | 2 code | 0 blank | 0 comment | 2 complexity | 19049286c3347e34a7a5538b4d953b73 MD5 | raw file
  1. USERNAME = ENV['MONEY_TRACKER_USERNAME'] || 'username'
  2. PASSWORD = ENV['MONEY_TRACKER_PASSWORD'] || 'password'