Skip to content

Commit 00e238a

Browse files
committed
remove this SECRET_KEY_BASE
1 parent 03740c0 commit 00e238a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

config/prod.secret.exs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,11 @@
44
# remember to add this file to your .gitignore.
55
use Mix.Config
66

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-
147
config :code_comparison, CodeComparisonWeb.Endpoint,
158
http: [
169
port: String.to_integer(System.get_env("PORT") || "4000"),
1710
transport_options: [socket_opts: [:inet6]]
18-
],
19-
secret_key_base: secret_key_base
11+
]
2012

2113
# ## Using releases (Elixir v1.9+)
2214
#

0 commit comments

Comments
 (0)