Astarte.RPC.Config.amqp_connection_ssl_enabled
You're seeing just the function
amqp_connection_ssl_enabled
, go back to Astarte.RPC.Config module for more information.
Specs
amqp_connection_ssl_enabled(Skogsra.Env.namespace()) :: {:ok, boolean()} | {:error, binary()}
Enable SSL. If not specified, SSL is disabled.
Calling Astarte.RPC.Config.amqp_connection_ssl_enabled()
will ensure the following:
- Binding order: [:system, :config]
- OS environment variable: "RPC_AMQP_CONNECTION_SSL_ENABLED"
- Type: :boolean
- Default: false
- Required: false
- Cached: true