Agnus.Opts.defaults

You're seeing just the function defaults, go back to Agnus.Opts module for more information.
Link to this function

defaults()

View Source (since 0.1.1)

Specs

defaults() :: Agnus.Types.opts_map()

Returns a map of the default options used by Agnus.

%{
  api: %{
    fetcher: Agnus.Fetcher,
    url: "https://api.sunrise-sunset.org",
    lat: 40.2108,
    lng: -74.011,
    timeout: 500,
    recv_timeout: 500
  },
  tz: "America/New_York",
  cache_file: :none,
  timeout: "PT1M",
  log: %{init: false, init_args: false, cache_failures: false}
}