BSB Node.js Type Definitions
    Preparing search index...

    Function getEnvProps

    • Parse and validate the current environment against ENV_PROPS.

      Returns {
          BSB_PROFILE: string;
          BSB_CONFIG_FILE: string;
          APP_DIR: string;
          BSB_LOGGER_PLUGIN: string;
          BSB_LOGGER_PLUGIN_PACKAGE: string;
      }

      • BSB_PROFILE: string

        Active configuration profile (e.g. "default", "prod")

      • BSB_CONFIG_FILE: string

        Path to the root config file when not using plugin-based sources

      • APP_DIR: string

        Application working directory

      • BSB_LOGGER_PLUGIN: string

        Logger plugin name to load

      • BSB_LOGGER_PLUGIN_PACKAGE: string

        Logger plugin package (if different from name)