geo-therminator/config/test.exs

15 lines
489 B
Elixir
Raw Permalink Normal View History

2021-11-07 09:01:39 +00:00
import Config
# We don't run a server during test. If one is required,
# you can enable the server option below.
config :geo_therminator, GeoTherminatorWeb.Endpoint,
http: [ip: {127, 0, 0, 1}, port: 4002],
secret_key_base: "jTM8H/r05f0LEiokDoSBgftJugkpUkfr/0wpwwISIZ6wOOM+90aKvcAF8G21pNKA",
server: false
# Print only warnings and errors during test
config :logger, level: :warn
# Initialize plugs at runtime for faster test compilation
config :phoenix, :plug_init_mode, :runtime