]> git.njae.me.uk Git - advent-of-code-24-elixir.git/commitdiff
docs: update comment in config.exs (#7)
authorCody Bender <50554676+cfbender@users.noreply.github.com>
Mon, 29 Nov 2021 19:46:59 +0000 (12:46 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 19:46:59 +0000 (13:46 -0600)
config/config.exs

index 4422bd5885a69833faed3f7002a09e8bd7434b3e..20f68d9e894be92b46238dd745a81b1f9e99bdb8 100644 (file)
@@ -7,8 +7,9 @@ config :advent_of_code, AdventOfCode.Input,
 # If you don't like environment variables, put your cookie in
 # a `config/secrets.exs` file like this:
 #
+# use Mix.Config
 # config :advent_of_code, AdventOfCode.Input,
-#   advent_of_code_session_cookie: "session=..."
+#   session_cookie: "..."
 
 try do
   import_config "secrets.exs"