13996: More config migrations, refactor some code into config_loader.rb
[arvados.git] / services / api / app / views / admin_notifier / new_user.text.erb
index 20a36afcbf2c8a30e7b2a5f951e09f15fd10eb05..a96dfdba9868bbcce7bf0ed1498524a4fc116eb7 100644 (file)
@@ -14,10 +14,10 @@ A new user has been created<%=add_to_message%>:
 
 This user is <%= @user.is_active ? '' : 'NOT ' %>active.
 
-<% if Rails.configuration.workbench_address -%>
+<% if Rails.configuration.Services["Workbench1"]["ExternalURL"] -%>
 Please see workbench for more information:
 
-  <%= Rails.configuration.workbench_address %>
+  <%= Rails.configuration.Services["Workbench1"]["ExternalURL"] %>
 
 <% end -%>
 Thanks,