Backstage
    Preparing search index...

    Interface EnvConfigSourceOptions

    interface EnvConfigSourceOptions {
        env?: Record<string, string | undefined>;
    }
    Index

    Properties

    Properties

    env?: Record<string, string | undefined>

    The environment variables to use, defaults to process.env.