From b4ca2d58ba0a42be2978d2d4a87c16a98d105e5a Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 7 Jan 2014 14:03:34 -0500 Subject: [PATCH] Default redirect to workbench in production configuration to workbench.`hostname` --- services/api/config/environments/production.rb.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/config/environments/production.rb.example b/services/api/config/environments/production.rb.example index a2a9c164e0..357dd6013b 100644 --- a/services/api/config/environments/production.rb.example +++ b/services/api/config/environments/production.rb.example @@ -94,7 +94,7 @@ Server::Application.configure do config.email_subject_prefix = '[ARVADOS] ' # Visitors to the API server will be redirected to the workbench - config.workbench_address = "http://localhost:3000/" + config.workbench_address = "http://workbench." + `hostname` # The e-mail address of the user you would like to become marked as an admin # user on their first login. -- 2.30.2