Skip to content

Commit

Permalink
removing credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmarchese committed Apr 6, 2020
1 parent 497e632 commit 51a83ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/rails_db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
config.http_basic_authentication_enabled = true

# # Enable http basic authentication
config.http_basic_authentication_user_name = 'adminmarchese'
config.http_basic_authentication_user_name = ''

# # Enable http basic authentication
config.http_basic_authentication_password = 'P@ssDb2020!'
config.http_basic_authentication_password = ''

# # Enable http basic authentication
# config.verify_access_proc = proc { |controller| true }
Expand Down

0 comments on commit 51a83ba

Please sign in to comment.