{% extends "portfolios/applications/base.html" %} {% from "components/text_input.html" import TextInput %} {% set secondary_breadcrumb = application.name + ' Application Settings' %} {% block application_content %}
Application Settings
{% include "fragments/edit_application_form.html" %}

Application Environments

Each environment created within an application is an enclave of cloud resources that is logically separated from each other for increased security.

    {% for environment in application.environments %}
  • {% endfor %}
{% endblock %}