Skip to content

Commit

Permalink
Merge pull request #762 from mlibrary/BLUEDOC-874-updates-for-product…
Browse files Browse the repository at this point in the history
…ion-push

BLUEDOC-874 - Deploy to production - Production release v1.0.12 2020/…
  • Loading branch information
fritzfreiheit authored Aug 13, 2020
2 parents 3145a60 + e428b49 commit 8fb6f2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Application < Rails::Application
end

# begin _debug_verbose flags
config.application_controller_debug_verbose = true
config.application_controller_debug_verbose = false
config.collection_presenter_debug_verbose = false
config.data_sets_controller_debug_verbose = false
config.deep_blue_presenter_debug_verbose = true
Expand All @@ -63,7 +63,7 @@ class Application < Rails::Application
config.single_use_links_controller_debug_verbose = true
config.single_use_links_viewer_controller_debug_verbose = true
config.solr_document_debug_verbose = false
config.works_controller_behavior_debug_verbose = true
config.works_controller_behavior_debug_verbose = false
config.work_view_content_service_debug_verbose = false
config.work_view_content_service_email_templates_debug_verbose = false
config.work_view_content_service_i18n_templates_debug_verbose = false
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/doi_minting_service_integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## configure doi minting service

config.doi_minting_service_debug_verbose = true
config.doi_minting_service_debug_verbose = false

config.doi_minting_service_integration_hostnames = [ 'deepblue.local',
'testing.deepblue.lib.umich.edu',
Expand Down
6 changes: 3 additions & 3 deletions config/initializers/jira_integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
'testing.deepblue.lib.umich.edu',
'staging.deepblue.lib.umich.edu',
'deepblue.lib.umich.edu' ].freeze
# testing jira integration is NOT disabled
# testing jira integration is disabled
config.jira_integration_hostnames_prod = [ 'deepblue.lib.umich.edu',
'testing.deepblue.lib.umich.edu' ].freeze
'disable.testing.deepblue.lib.umich.edu' ].freeze
config.jira_integration_enabled = config.jira_integration_hostnames.include?( DeepBlueDocs::Application.config.hostname )
config.jira_test_mode = !config.jira_integration_hostnames_prod.include?( DeepBlueDocs::Application.config.hostname )

# use jira_use_authoremail_as_requester to test creation of new users in jira
config.jira_use_authoremail_as_requester = true if DeepBlueDocs::Application.config.hostname == 'testing.deepblue.lib.umich.edu'
# config.jira_use_authoremail_as_requester = true if DeepBlueDocs::Application.config.hostname == 'testing.deepblue.lib.umich.edu'

config.jira_allow_add_comment = false
config.jira_allow_create_users = true
Expand Down

0 comments on commit 8fb6f2d

Please sign in to comment.