Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Dec 2, 2023
1 parent 17cecdc commit 72060c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Config
config :tesla, adapter: Tesla.Adapter.Hackney

config :acme_client,
directory_url: System.get_env("DIRECTORY_URL") || "https://acme-staging-v02.api.letsencrypt.org/directory",
directory_url:
System.get_env("DIRECTORY_URL") || "https://acme-staging-v02.api.letsencrypt.org/directory",
account_key: System.get_env("ACCOUNT_KEY"),
account_kid: System.get_env("ACCOUNT_KID")

0 comments on commit 72060c1

Please sign in to comment.