Packages

This is a CMS written in Elixir. Aims to be the great open-source ecommerce and/or startup solution for those who are searching for a performance and stability on top of modern technologies like React and Elixir.

Current section

Files

Jump to
lyn web templates admin maintenance system_limits.html.eex
Raw

web/templates/admin/maintenance/system_limits.html.eex

<h1>System Limits</h1>
<h2>Elixir</h2>
<p><strong>Version:</strong> <%= @build_info.version %><br />
<%= if @build_info.revision !== "" do %>
<strong>Revision:</strong> <%= @build_info.revision %><br />
<% end %>
<strong>Date:</strong> <%= @build_info.date %></p>
<h2>Environment variables</h2>
<%= for {key, value} <- @env do %>
<strong><%= key %></strong>=<%= value %><br />
<% end %>