Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update for public deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahalingam committed Oct 10, 2017
1 parent 82f880a commit c081771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions config/application.rb
Expand Up @@ -7,7 +7,6 @@
require "rails/test_unit/railtie"
require "sprockets/railtie" # Uncomment this line for Rails 3.1+
require "fhir_scorecard"
require "active_record"

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Expand Down Expand Up @@ -63,8 +62,8 @@ class Application < Rails::Application

# Configuration to set SMART on FHIR base url and redirect url
config.smart_base_url = ''
config.smart_redirect_url = 'http://localhost:3000/smart/app'

config.smart_redirect_url = 'https://projectcrucible.org/smart/app'
FHIR::Terminology.set_terminology_root(Rails.root.join('terminology').to_s)

end
Expand Down
2 changes: 1 addition & 1 deletion config/mongoid.yml
@@ -1,7 +1,7 @@
development:
sessions:
default:
database: crucible_09_26
database: crucible_development
hosts:
- localhost:27017
test:
Expand Down

0 comments on commit c081771

Please sign in to comment.