Current section
Files
Jump to
Current section
Files
priv/new_app_template/config/dev.exs.eex
import Config
# Configure the port for development
config :flex_web, port: 4000
# Enable code reloading in development
config :flex_web, code_reloader: true
# Do not include metadata nor timestamps in development logs
config :logger, :console, format: "[$level] $message\n"