Skip to content

Commit

Permalink
update test config file so that tests have their own secret key base #17
Browse files Browse the repository at this point in the history
  • Loading branch information
RobStallion committed Dec 2, 2018
1 parent 1d0de27 commit 71229c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use Mix.Config
# you can enable the server option below.
config :encryption, EncryptionWeb.Endpoint,
http: [port: 4001],
server: false
server: false,
secret_key_base: "3PXN/6k6qoxqQjWFskGew4r74yp7oJ1UNF6wjvJSHjC5Y5LLIrDpWxrJ84UBphJn"

# Print only warnings and errors during test
config :logger, level: :warn
Expand Down

0 comments on commit 71229c0

Please sign in to comment.