Documentation
¶
Overview ¶
Package env is responsible for loading radiance configuration based on a order of precedence (environment variables > configurations set at .env file).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Key ¶
type Key = string
const ( LogLevel Key = "RADIANCE_LOG_LEVEL" LogPath Key = "RADIANCE_LOG_PATH" DataPath Key = "RADIANCE_DATA_PATH" DisableFetch Key = "RADIANCE_DISABLE_FETCH_CONFIG" PrintCurl Key = "RADIANCE_PRINT_CURL" DisableStdout Key = "RADIANCE_DISABLE_STDOUT_LOG" ENV Key = "RADIANCE_ENV" Testing Key = "RADIANCE_TESTING" )
Click to show internal directories.
Click to hide internal directories.