1Security
Reference

Configuration

Every configurable knob in 1Security and its default value.

This page lists every setting exposed by 1Security, organised by area. Settings marked (env) can only be changed via environment variables; everything else is settable from the dashboard.

Tenant settings

Prop

Type

Sensitivity scanner

Prop

Type

Notifications

Prop

Type

Environment variables (server)

These are set during deployment and require a restart to change.

.env.local
DATABASE_URL=postgres://localhost:5432/1security
GRAPHQL_URL=http://localhost:4001/graphql
OPENAI_API_KEY=sk-...
NEXT_PUBLIC_TIMEZONE=Europe/Warsaw
.env.production
DATABASE_URL=postgres://prod-pool:5432/1security
GRAPHQL_URL=https://api.1security.ai/graphql
SENTRY_DSN=https://...@sentry.io/...
NODE_OPTIONS=--max-old-space-size=8192

Feature flags

Feature flags are subject to change without notice. Don't depend on them for production behaviour unless explicitly documented.

On this page