updating-secrets - v0.3.1
    Preparing search index...

    Class SecretsJsonFileAdapter<Secrets>

    Loads all secrets from a single JSON file. This should rarely be used in production environments. Make sure that your secrets JSON file is not committed to your source code.

    This will not error out if any secrets are missing, but since UpdatingSecrets itself will, it's recommended to set the lazyFailure option on UpdatingSecrets when using this adapter (or use other adapters as well).

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    adapterName: string
    jsonFilePath: string

    Path to the JSON

    Methods