Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "config"

Index

Type aliases

ConfigSecretOptionsType

ConfigSecretOptionsType: object

Type declaration

  • file: string
  • word: string

Variables

Let CONFIGS

CONFIGS: object

Type declaration

Functions

Const _getEnvContent

  • _getEnvContent(envFolder: string): any
  • Parameters

    • envFolder: string

    Returns any

Const _overrideWithSecrets

  • _overrideWithSecrets(config: any, word: string): void
  • Parameters

    • config: any
    • word: string

    Returns void

Const _processFolder

  • _processFolder(folder: string): void
  • Parameters

    • folder: string

    Returns void

Const _processSecret

  • _processSecret(config: any, word: string, value: string, key: string): string
  • Parameters

    • config: any
    • word: string
    • value: string
    • key: string

    Returns string

Const _processSpecialSystemVariable

  • _processSpecialSystemVariable(config: any, source: string, target: string): void
  • Parameters

    • config: any
    • source: string
    • target: string

    Returns void

Generated using TypeDoc