Skip to main content

OptionalEnvironment

A record containing all of the optional environment variables for Open ISP.

See

OptionalEnvironmentKey

Other

BUILD_COMMIT

BUILD_COMMIT: string;

A reference to the current Git commit.


BUILD_DATE

BUILD_DATE: string;

The current build date.


NODE_ENV

NODE_ENV: "development" | "production";

Parsed Node.js environment.

See

EnvironmentNames


OPENAI_ORGANIZATION_ID

OPENAI_ORGANIZATION_ID: string;

OpenAI organization ID.


OPENAI_PROJECT_ID

OPENAI_PROJECT_ID: string;

OpenAI project ID.

Sentry

SENTRY_NODE_DSN

SENTRY_NODE_DSN: `https://${string}.ingest.us.sentry.io/${string}`;

Sentry DSN for the Node.js runtime.