From c39c3ad1cf8f5cd5e42a89e706de8c0493c7af71 Mon Sep 17 00:00:00 2001 From: Cody Bender <50554676+cfbender@users.noreply.github.com> Date: Mon, 29 Nov 2021 12:46:59 -0700 Subject: [PATCH] docs: update comment in config.exs (#7) --- config/config.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 4422bd5..20f68d9 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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" -- 2.43.0