Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/dotenv/mod.ts>ConfigOptions

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ConfigOptions
import { type ConfigOptions } from "https://deno.land/std@0.160.0/dotenv/mod.ts";

Properties

optional
path: string
optional
export: boolean
optional
safe: boolean
optional
example: string
optional
allowEmptyValues: boolean
optional
defaults: string
optional
restrictEnvAccessTo: StringList