Returns the current environment.
Returns the secret key base.
@spec env() :: atom()
@spec secret_key_base() :: String.t()
Uses the SECRET_KEY_BASE env var when set. In :dev/:test, falls back to the Phoenix endpoint's configured :secret_key_base. In all other environments the env var is required.
SECRET_KEY_BASE
:secret_key_base