Stone.js API
    Preparing search index...

    Configuration options for dotenv and dotenv-expand.

    interface DotenvOptions {
        expand?: boolean;
        ignoreProcessEnv?: boolean;
    }

    Hierarchy

    • DotenvConfigOptions
      • DotenvOptions
    Index
    expand?: boolean

    Expands variables within values in the .env file.

    ignoreProcessEnv?: boolean

    Ignores the process environment variables.