Astarte.RPC.Config.amqp_connection_password
You're seeing just the function
amqp_connection_password
, go back to Astarte.RPC.Config module for more information.
Specs
amqp_connection_password(Skogsra.Env.namespace()) :: {:ok, binary()} | {:error, binary()}
Password for accessing the AMQP broker.
Calling Astarte.RPC.Config.amqp_connection_password()
will ensure the following:
- Binding order: [:system, :config]
- OS environment variable: "RPC_AMQP_CONNECTION_PASSWORD"
- Type: :binary
- Default: "guest"
- Required: false
- Cached: true