Configured for release on prod environment.
This commit is contained in:
3
mix.exs
3
mix.exs
@ -4,7 +4,7 @@ defmodule BeetRoundServer.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :beet_round_server,
|
||||
version: "0.1.0",
|
||||
version: "0.7.1",
|
||||
elixir: "~> 1.15",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
start_permanent: Mix.env() == :prod,
|
||||
@ -61,6 +61,7 @@ defmodule BeetRoundServer.MixProject do
|
||||
depth: 1},
|
||||
{:swoosh, "~> 1.16"},
|
||||
{:phoenix_swoosh, "~> 1.2.1"},
|
||||
{:gen_smtp, "~> 1.1"},
|
||||
{:req, "~> 0.5"},
|
||||
{:telemetry_metrics, "~> 1.0"},
|
||||
{:telemetry_poller, "~> 1.0"},
|
||||
|
||||
Reference in New Issue
Block a user