-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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 %>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels