Ctrl K
Browse documentation

docs / reference/environment-variables

Environment variables

Configure the Vulyo Next.js adapter safely.

Required values

VariableExposurePurpose
NEXT_PUBLIC_VULYO_PUBLISHABLE_KEYBrowser and serverIdentifies the application instance.
VULYO_SECRET_KEYServer onlyAuthorizes secure server-to-server operations.
.env.local
NEXT_PUBLIC_VULYO_PUBLISHABLE_KEY=pk_test_...VULYO_SECRET_KEY=sk_test_...

Optional values

VariablePurpose
VULYO_API_URLOverrides the platform API URL for a server adapter.
NEXT_PUBLIC_VULYO_AUTH_URLOverrides the hosted authentication origin.