Packages

An opinionated template to create phoenix apps, using live view and tailwind.

Retired package: Renamed - gen_template_dino_live_view

Current section

Files

Jump to
gen_dino_template template $PROJECT_NAME$ config test.exs
Raw

template/$PROJECT_NAME$/config/test.exs

use Mix.Config
# We don't run a server during test. If one is required,
# you can enable the server option below.
config :<%= @project_name %>, <%= @project_name_camel_case %>Web.Endpoint,
http: [port: 4002],
server: false
# Print only warnings and errors during test
config :logger, level: :warn