We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03740c0 commit 00e238aCopy full SHA for 00e238a
config/prod.secret.exs
@@ -4,19 +4,11 @@
4
# remember to add this file to your .gitignore.
5
use Mix.Config
6
7
-secret_key_base =
8
- System.get_env("SECRET_KEY_BASE") ||
9
- raise """
10
- environment variable SECRET_KEY_BASE is missing.
11
- You can generate one by calling: mix phx.gen.secret
12
- """
13
-
14
config :code_comparison, CodeComparisonWeb.Endpoint,
15
http: [
16
port: String.to_integer(System.get_env("PORT") || "4000"),
17
transport_options: [socket_opts: [:inet6]]
18
- ],
19
- secret_key_base: secret_key_base
+ ]
20
21
# ## Using releases (Elixir v1.9+)
22
#
0 commit comments