Skip to content

cassy config #5

@kylejginavan

Description

@kylejginavan

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 %>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions