Aludel.Storage.Config (aludel v0.7.0)

Copy Markdown View Source

Resolves storage configuration without coupling adapters to the storage facade.

Values declared as {:system, variable} are read from the process environment when configuration is requested. Nested keyword lists and maps are resolved recursively.

Summary

Functions

Returns the resolved storage configuration for the current application.

Types

t()

@type t() :: keyword()

Functions

get()

@spec get() :: t()

Returns the resolved storage configuration for the current application.