Packages

Flex is a lightweight, Flask-inspired web framework for Elixir.

Current section

Files

Jump to
flex_web priv new_app_template config prod.exs.eex
Raw

priv/new_app_template/config/prod.exs.eex

import Config
# Configure the port for production
config :flex_web, port: 8080
# Do not print debug messages in production
config :logger, level: :info