It would be nice for the config to be treated like erb where you can customize your server_list: by environment.
<% if ENV['RAILS_ENV'] == "production" %>
- https://test.com/users/service
- http://test.test.com/users/service
<% else %>
- http://localhost:3000/users/service
- http://localhost:3001/users/service
- http://localhost:3002/users/service
<% end %>
It would be nice for the config to be treated like erb where you can customize your server_list: by environment.
<% if ENV['RAILS_ENV'] == "production" %>
- https://test.com/users/service
- http://test.test.com/users/service
<% else %>
- http://localhost:3000/users/service
- http://localhost:3001/users/service
- http://localhost:3002/users/service
<% end %>