Skip to content

Commit

Permalink
Merge branch 'usability-testing' of github.com:crkn-rcdr/demo-blackli…
Browse files Browse the repository at this point in the history
…ght into usability-testing
  • Loading branch information
brittnylapierre committed Nov 6, 2023
2 parents 706d597 + bfdc6dc commit 7aaf1ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
# Uncomment if you wish to allow Action Cable access from any origin.
# config.action_cable.disable_request_forgery_protection = true

config.hosts << 'crkn-blacklight.c7a.ca'
config.hosts << 'ec2-54-237-38-135.compute-1.amazonaws.com:3000'
end
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
config.active_record.dump_schema_after_migration = false


config.hosts << 'crkn-blacklight.c7a.ca'
config.hosts << 'ec2-54-237-38-135.compute-1.amazonaws.com:3000'
end
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
# config.action_view.annotate_rendered_view_with_filenames = true


config.hosts << 'crkn-blacklight.c7a.ca'
config.hosts << 'ec2-54-237-38-135.compute-1.amazonaws.com:3000'
end

0 comments on commit 7aaf1ad

Please sign in to comment.