Astarte.DataAccess.Config.ssl_enabled

You're seeing just the function ssl_enabled, go back to Astarte.DataAccess.Config module for more information.
Link to this function

ssl_enabled(namespace \\ nil)

View Source

Specs

ssl_enabled(Skogsra.Env.namespace()) :: {:ok, boolean()} | {:error, binary()}

Enable SSL for Cassandra connections. Defaults to false.

Calling Astarte.DataAccess.Config.ssl_enabled() will ensure the following:

  • Binding order: [:system, :config]
  • OS environment variable: "CASSANDRA_SSL_ENABLED"
  • Type: :boolean
  • Default: false
  • Required: false
  • Cached: true