projects
/
advent-of-code-24-elixir.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6eca39
)
Update the Readme's section on secrets.exs (#6)
author
Steven Riehl
<sr@stevenriehl.com>
Mon, 14 Dec 2020 03:01:11 +0000
(20:01 -0700)
committer
GitHub
<noreply@github.com>
Mon, 14 Dec 2020 03:01:11 +0000
(22:01 -0500)
Added the `use Mix.Config` so everything loads correctly.
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 97a41384184bbe8af22935b5a058647670ed2d9b..2f461c9c5c6906973487fd8dece143cc8889e4d2 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-75,6
+75,8
@@
enable it. You can do this by creating a `config/secrets.exs` file containing
the following:
```elixir
+use Mix.Config
+
config :advent_of_code, AdventOfCode.Input,
allow_network?: true,
session_cookie: "..." # yours will be longer