naystack - v1.5.10
    Preparing search index...

    Enumeration EnvVariable

    Enum of all environment variable keys used by the naystack stack. Use with getEnv or getEnvValue to read these variables.

    Index

    Enumeration Members

    AWS_ACCESS_KEY_ID: "AWS_ACCESS_KEY_ID"

    AWS access key id for S3.

    AWS_ACCESS_KEY_SECRET: "AWS_ACCESS_KEY_SECRET"

    AWS secret access key for S3.

    AWS_BUCKET: "AWS_BUCKET"

    AWS S3 bucket name.

    AWS_REGION: "AWS_REGION"

    AWS region for S3 (e.g. us-east-1).

    GOOGLE_CLIENT_ID: "GOOGLE_CLIENT_ID"

    Google OAuth client id (from Google Cloud Console).

    GOOGLE_CLIENT_SECRET: "GOOGLE_CLIENT_SECRET"

    Google OAuth client secret (from Google Cloud Console).

    INSTAGRAM_CLIENT_ID: "INSTAGRAM_CLIENT_ID"

    Instagram app client id (from Meta Developer Portal).

    INSTAGRAM_CLIENT_SECRET: "INSTAGRAM_CLIENT_SECRET"

    Instagram app client secret (from Meta Developer Portal).

    NEXT_PUBLIC_BASE_URL: "NEXT_PUBLIC_BASE_URL"

    Base URL of the app (e.g. https://yourapp.com). Used for SEO and Apple Web App metadata.

    NEXT_PUBLIC_EMAIL_AUTH_ENDPOINT: "NEXT_PUBLIC_EMAIL_AUTH_ENDPOINT"

    Email auth endpoint URL (client-side, e.g. /api/email).

    NEXT_PUBLIC_FILE_ENDPOINT: "NEXT_PUBLIC_FILE_ENDPOINT"

    File upload endpoint URL (client-side, e.g. /api/file).

    NEXT_PUBLIC_GOOGLE_AUTH_ENDPOINT: "NEXT_PUBLIC_GOOGLE_AUTH_ENDPOINT"

    Google OAuth endpoint URL (client-side, e.g. /api/google).

    NEXT_PUBLIC_GRAPHQL_ENDPOINT: "NEXT_PUBLIC_GRAPHQL_ENDPOINT"

    GraphQL endpoint URL (client-side, e.g. /api/graphql).

    NEXT_PUBLIC_INSTAGRAM_AUTH_ENDPOINT: "NEXT_PUBLIC_INSTAGRAM_AUTH_ENDPOINT"

    Instagram OAuth endpoint URL (client-side, e.g. /api/instagram).

    NODE_ENV: "NODE_ENV"

    Node environment (development, production, etc.). Used for Apollo landing page and introspection.

    REFRESH_KEY: "REFRESH_KEY"

    Secret key for signing JWT refresh tokens.

    SIGNING_KEY: "SIGNING_KEY"

    Secret key for signing JWT access tokens.

    TURNSTILE_KEY: "TURNSTILE_KEY"

    Cloudflare Turnstile secret key (optional — enables captcha on auth routes).