Packages

Potionx project generator. Provides a `mix potionx.new` task to bootstrap a new Elixir application with Phoenix, Absinthe, Pow and Vue dependencies.

Current section

Files

Jump to
potionx_new templates potionx config test.exs
Raw

templates/potionx/config/test.exs

import Config
# We don't run a server during test. If one is required,
# you can enable the server option below.
config :<%= @app_name %>, <%= @endpoint_module %>,
http: [ip: {127, 0, 0, 1}, port: 4002],
server: false
# Print only warnings and errors during test
config :logger, level: :warn
# Finally import the config/test.secret.exs
import_config "test.secret.exs"