Packages

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

Current section

Files

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

priv/new_app_template/config/test.exs.eex

import Config
# Configure the port for test environment
config :flex_web, port: 4001
# Print only warnings and errors during test
config :logger, level: :warn