Skip to content

Products

Compliance Officer Service Expert-led compliance, end to end Compliance Portal Share security documents securely Open-source platform Deploy Probo on your own infrastructure

Resources

Probo stories How teams get compliant with Probo Blog Ideas and guidance from the Probo team Guides & tools Practical compliance guides and free tools Love from Customers What customers say about working with Probo Changelog Latest product updates Download Get the Probo Agent

Company

About The people and vision powering Probo Careers Join the team building Probo Brand assets Official logos and visual resources Security Review our security and compliance posture
Overview Understand Probo and its core concepts Product Explore Probo's GRC capabilities Developers Explore GraphQL, CLI, MCP, n8n, and webhooks Deployment Probo Cloud, self-hosting, and configuration

Explore

GitHub Explore our open-source compliance tools

Environment variable reference

Complete reference for PROBOD environment variables

View as Markdown

This reference documents the PROBOD_* variables read by the current probod-bootstrap implementation. It is generated from pkg/bootstrap, including dynamically constructed connector variables.

A dash in the default column means the variable has no bootstrap default. Optional variables without a default are rendered as an empty value when unset. Conditional connector values become required when the matching connector client ID is set.

Variable Type Default Requirement Source
PROBOD_ACME_ACCOUNT_KEY string Optional View usage
PROBOD_ACME_DIRECTORY string Optional View usage
PROBOD_ACME_EMAIL string Optional View usage
PROBOD_ACME_KEY_TYPE string Optional View usage
PROBOD_ACME_ROOT_CA string Optional View usage
PROBOD_CUSTOM_DOMAINS_CAA_ISSUER_DOMAIN string "letsencrypt.org" Optional View usage
PROBOD_CUSTOM_DOMAINS_CNAME_TARGET string "custom.getprobo.com" Optional View usage
PROBOD_CUSTOM_DOMAINS_PROVISION_INTERVAL integer 30 Optional View usage
PROBOD_CUSTOM_DOMAINS_RENEWAL_INTERVAL integer 3600 Optional View usage
PROBOD_CUSTOM_DOMAINS_RESOLVER_ADDR string Optional View usage
Variable Type Default Requirement Source
PROBOD_AGENT_COMMON_THIRD_PARTY_ENRICHMENT_MAX_TOKENS integer 8192 Optional View usage
PROBOD_AGENT_COMMON_THIRD_PARTY_ENRICHMENT_MODEL_NAME string "" Optional View usage
PROBOD_AGENT_COMMON_THIRD_PARTY_ENRICHMENT_PROVIDER string "" Optional View usage
PROBOD_AGENT_COMMON_THIRD_PARTY_ENRICHMENT_TEMPERATURE number Optional View usage
PROBOD_AGENT_DEFAULT_MAX_TOKENS integer 4096 Optional View usage
PROBOD_AGENT_DEFAULT_MODEL_NAME string "gpt-4o" Optional View usage
PROBOD_AGENT_DEFAULT_PROVIDER string "openai" Optional View usage
PROBOD_AGENT_DEFAULT_TEMPERATURE number 0.1 Optional View usage
PROBOD_AGENT_EVIDENCE_DESCRIBER_MAX_TOKENS integer Optional View usage
PROBOD_AGENT_EVIDENCE_DESCRIBER_MODEL_NAME string "" Optional View usage
PROBOD_AGENT_EVIDENCE_DESCRIBER_PROVIDER string "" Optional View usage
PROBOD_AGENT_EVIDENCE_DESCRIBER_TEMPERATURE number Optional View usage
PROBOD_AGENT_PROBO_MAX_TOKENS integer Optional View usage
PROBOD_AGENT_PROBO_MODEL_NAME string "" Optional View usage
PROBOD_AGENT_PROBO_PROVIDER string "" Optional View usage
PROBOD_AGENT_PROBO_TEMPERATURE number Optional View usage
PROBOD_AGENT_THIRD_PARTY_DISAMBIGUATION_MAX_TOKENS integer 4096 Optional View usage
PROBOD_AGENT_THIRD_PARTY_DISAMBIGUATION_MODEL_NAME string "" Optional View usage
PROBOD_AGENT_THIRD_PARTY_DISAMBIGUATION_PROVIDER string "" Optional View usage
PROBOD_AGENT_THIRD_PARTY_DISAMBIGUATION_TEMPERATURE number Optional View usage
PROBOD_AGENT_THIRD_PARTY_VETTER_MAX_TOKENS integer Optional View usage
PROBOD_AGENT_THIRD_PARTY_VETTER_MODEL_NAME string "" Optional View usage
PROBOD_AGENT_THIRD_PARTY_VETTER_PROVIDER string "" Optional View usage
PROBOD_AGENT_THIRD_PARTY_VETTER_TEMPERATURE number Optional View usage
PROBOD_AGENT_TRACKER_ENRICHMENT_MAX_TOKENS integer 4096 Optional View usage
PROBOD_AGENT_TRACKER_ENRICHMENT_MODEL_NAME string "" Optional View usage
PROBOD_AGENT_TRACKER_ENRICHMENT_PROVIDER string "" Optional View usage
PROBOD_AGENT_TRACKER_ENRICHMENT_TEMPERATURE number Optional View usage
PROBOD_AGENT_TRACKER_MAPPING_MAX_TOKENS integer 4096 Optional View usage
PROBOD_AGENT_TRACKER_MAPPING_MODEL_NAME string "" Optional View usage
PROBOD_AGENT_TRACKER_MAPPING_PROVIDER string "" Optional View usage
PROBOD_AGENT_TRACKER_MAPPING_TEMPERATURE number Optional View usage
PROBOD_ANTHROPIC_API_KEY string Optional View usage
PROBOD_FIRECRAWL_API_KEY string Optional View usage
PROBOD_OPENAI_API_KEY string Optional View usage
Variable Type Default Requirement Source
PROBOD_API_ADDR string Optional View usage
PROBOD_API_CORS_ALLOWED_ORIGINS comma-separated list Optional View usage
PROBOD_API_GRAPHQL_COMPLEXITY_LIMIT integer 2000 Optional View usage
PROBOD_API_GRAPHQL_DISABLE_SUGGESTION boolean true Optional View usage
PROBOD_API_GRAPHQL_PARSER_TOKEN_LIMIT integer 15000 Optional View usage
PROBOD_API_GRAPHQL_QUERY_CACHE_SIZE integer 1000 Optional View usage
PROBOD_API_PROXY_PROTOCOL_TRUSTED_PROXIES comma-separated list Optional View usage
Variable Type Default Requirement Source
PROBOD_AUTH_COOKIE_DOMAIN string Optional View usage
PROBOD_AUTH_COOKIE_DURATION integer 24 Optional View usage
PROBOD_AUTH_COOKIE_NAME string Optional View usage
PROBOD_AUTH_COOKIE_SAMESITE string "lax" Optional View usage
PROBOD_AUTH_COOKIE_SECRET string Required View usage
PROBOD_AUTH_COOKIE_SECURE boolean true Optional View usage
PROBOD_AUTH_DISABLE_SIGNUP boolean false Optional View usage
PROBOD_AUTH_EMAIL_CONFIRMATION_TOKEN_VALIDITY integer 3600 Optional View usage
PROBOD_AUTH_GOOGLE_CLIENT_ID string Optional View usage
PROBOD_AUTH_GOOGLE_CLIENT_SECRET string Optional View usage
PROBOD_AUTH_INVITATION_TOKEN_VALIDITY integer 3600 Optional View usage
PROBOD_AUTH_MAGIC_LINK_TOKEN_VALIDITY integer 900 Optional View usage
PROBOD_AUTH_MICROSOFT_CLIENT_ID string Optional View usage
PROBOD_AUTH_MICROSOFT_CLIENT_SECRET string Optional View usage
PROBOD_AUTH_PASSWORD_ITERATIONS integer 1000000 Optional View usage
PROBOD_AUTH_PASSWORD_PEPPER string Required View usage
PROBOD_AUTH_PASSWORD_RESET_TOKEN_VALIDITY integer 3600 Optional View usage
Variable Type Default Requirement Source
PROBOD_AWS_ACCESS_KEY_ID string Optional View usage
PROBOD_AWS_BUCKET string Optional View usage
PROBOD_AWS_ENDPOINT string Optional View usage
PROBOD_AWS_REGION string Optional View usage
PROBOD_AWS_SECRET_ACCESS_KEY string Optional View usage
PROBOD_AWS_USE_PATH_STYLE boolean false Optional View usage
Variable Type Default Requirement Source
PROBOD_BASE_URL string Optional View usage
PROBOD_BRANDING boolean true Optional View usage
PROBOD_CHROME_DP_ADDR string Optional View usage
PROBOD_ENCRYPTION_KEY string Required View usage
PROBOD_METRICS_ADDR string "localhost:8081" Optional View usage
PROBOD_TRACING_ADDR string "localhost:4318" Optional View usage
PROBOD_TRACING_BATCH_TIMEOUT integer 5 Optional View usage
PROBOD_TRACING_EXPORT_TIMEOUT integer 30 Optional View usage
PROBOD_TRACING_MAX_BATCH_SIZE integer 512 Optional View usage
PROBOD_TRACING_MAX_QUEUE_SIZE integer 2048 Optional View usage
Variable Type Default Requirement Source
PROBOD_COMMON_PATTERN_ENRICHMENT_AGENT_MAX_TURNS integer 10 Optional View usage
PROBOD_COMMON_PATTERN_ENRICHMENT_AGENT_TIMEOUT integer 45 Optional View usage
PROBOD_COMMON_PATTERN_ENRICHMENT_INTERVAL integer 10 Optional View usage
PROBOD_COMMON_PATTERN_ENRICHMENT_MAX_CONCURRENCY integer 2 Optional View usage
PROBOD_COMMON_PATTERN_ENRICHMENT_STALE_AFTER integer 600 Optional View usage
PROBOD_COMMON_THIRD_PARTY_ENRICHMENT_AGENT_MAX_TURNS integer 12 Optional View usage
PROBOD_COMMON_THIRD_PARTY_ENRICHMENT_AGENT_TIMEOUT integer 90 Optional View usage
PROBOD_COMMON_THIRD_PARTY_ENRICHMENT_CONFIDENCE_THRESHOLD number 0.7 Optional View usage
PROBOD_COMMON_THIRD_PARTY_ENRICHMENT_INTERVAL integer 10 Optional View usage
PROBOD_COMMON_THIRD_PARTY_ENRICHMENT_MAX_ATTEMPTS integer 3 Optional View usage
PROBOD_COMMON_THIRD_PARTY_ENRICHMENT_MAX_CONCURRENCY integer 1 Optional View usage
PROBOD_COMMON_THIRD_PARTY_ENRICHMENT_STALE_AFTER integer 900 Optional View usage
PROBOD_EVIDENCE_DESCRIBER_INTERVAL integer 10 Optional View usage
PROBOD_EVIDENCE_DESCRIBER_MAX_CONCURRENCY integer 10 Optional View usage
PROBOD_EVIDENCE_DESCRIBER_STALE_AFTER integer 300 Optional View usage
PROBOD_THIRD_PARTY_VETTING_INTERVAL integer 10 Optional View usage
PROBOD_THIRD_PARTY_VETTING_MAX_CONCURRENCY integer 1 Optional View usage
PROBOD_THIRD_PARTY_VETTING_STALE_AFTER integer 1500 Optional View usage
PROBOD_TRACKER_MAPPING_AGENT_MAX_TURNS integer 10 Optional View usage
PROBOD_TRACKER_MAPPING_AGENT_TIMEOUT integer 45 Optional View usage
PROBOD_TRACKER_MAPPING_DISAMBIGUATION_AGENT_TIMEOUT integer 45 Optional View usage
PROBOD_TRACKER_MAPPING_INTERVAL integer 10 Optional View usage
PROBOD_TRACKER_MAPPING_MAX_CONCURRENCY integer 3 Optional View usage
PROBOD_TRACKER_MAPPING_STALE_AFTER integer 600 Optional View usage
Variable Type Default Requirement Source
PROBOD_CONNECTOR_ANTHROPIC_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_ANTHROPIC_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_ANTHROPIC_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_ANTHROPIC_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_ANTHROPIC_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_APOLLO_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_APOLLO_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_APOLLO_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_APOLLO_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_APOLLO_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_ASANA_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_ASANA_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_ASANA_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_ASANA_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_ASANA_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_ASANA_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_ASANA_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_BETTER_STACK_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_BETTER_STACK_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_BETTER_STACK_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_BETTER_STACK_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_BETTER_STACK_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_BITBUCKET_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_BITBUCKET_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_BITBUCKET_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_BITBUCKET_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_BITBUCKET_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_BITBUCKET_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_BITBUCKET_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_BREVO_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_BREVO_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_BREVO_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_BREVO_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_BREVO_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_BREX_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_BREX_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_BREX_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_BREX_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_BREX_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_BREX_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_BREX_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_CLICKHOUSE_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_CLICKHOUSE_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_CLICKHOUSE_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_CLICKHOUSE_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_CLICKHOUSE_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_CLICKUP_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_CLICKUP_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_CLICKUP_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_CLICKUP_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_CLICKUP_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_CLICKUP_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_CLICKUP_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_CLOUDFLARE_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_CLOUDFLARE_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_CLOUDFLARE_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_CLOUDFLARE_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_CLOUDFLARE_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_CRISP_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_CRISP_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_CRISP_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_CRISP_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_CRISP_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_CRISP_PLUGIN_ID string Optional View usage
PROBOD_CONNECTOR_CRISP_PLUGIN_TOKEN string Optional View usage
PROBOD_CONNECTOR_CURSOR_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_CURSOR_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_CURSOR_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_CURSOR_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_CURSOR_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_DATADOG_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_DATADOG_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_DATADOG_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_DATADOG_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_DATADOG_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_DATADOG_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_DATADOG_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_DEEPGRAM_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_DEEPGRAM_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_DEEPGRAM_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_DEEPGRAM_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_DEEPGRAM_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_DOCUSIGN_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_DOCUSIGN_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_DOCUSIGN_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_DOCUSIGN_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_DOCUSIGN_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_DOCUSIGN_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_DOCUSIGN_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_DOTFILE_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_DOTFILE_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_DOTFILE_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_DOTFILE_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_DOTFILE_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_GITHUB_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_GITHUB_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_GITHUB_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_GITHUB_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_GITHUB_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_GITHUB_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_GITHUB_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_GITLAB_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_GITLAB_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_GITLAB_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_GITLAB_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_GITLAB_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_GITLAB_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_GITLAB_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_GOOGLE_ANALYTICS_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_GOOGLE_ANALYTICS_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_GOOGLE_ANALYTICS_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_GOOGLE_ANALYTICS_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_GOOGLE_ANALYTICS_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_GOOGLE_ANALYTICS_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_GOOGLE_ANALYTICS_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_GOOGLE_WORKSPACE_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_GOOGLE_WORKSPACE_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_GOOGLE_WORKSPACE_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_GOOGLE_WORKSPACE_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_GOOGLE_WORKSPACE_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_GOOGLE_WORKSPACE_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_GOOGLE_WORKSPACE_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_GRAFANA_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_GRAFANA_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_GRAFANA_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_GRAFANA_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_GRAFANA_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_HEROKU_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_HEROKU_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_HEROKU_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_HEROKU_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_HEROKU_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_HEROKU_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_HEROKU_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_HUBSPOT_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_HUBSPOT_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_HUBSPOT_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_HUBSPOT_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_HUBSPOT_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_HUBSPOT_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_HUBSPOT_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_INCIDENT_IO_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_INCIDENT_IO_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_INCIDENT_IO_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_INCIDENT_IO_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_INCIDENT_IO_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_INTERCOM_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_INTERCOM_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_INTERCOM_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_INTERCOM_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_INTERCOM_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_INTERCOM_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_INTERCOM_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_LANGFUSE_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_LANGFUSE_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_LANGFUSE_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_LANGFUSE_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_LANGFUSE_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_LINEAR_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_LINEAR_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_LINEAR_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_LINEAR_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_LINEAR_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_LINEAR_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_LINEAR_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_MERCURY_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_MERCURY_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_MERCURY_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_MERCURY_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_MERCURY_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_METABASE_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_METABASE_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_METABASE_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_METABASE_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_METABASE_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_MICROSOFT_365_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_MICROSOFT_365_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_MICROSOFT_365_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_MICROSOFT_365_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_MICROSOFT_365_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_MICROSOFT_365_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_MICROSOFT_365_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_MONDAY_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_MONDAY_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_MONDAY_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_MONDAY_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_MONDAY_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_MONDAY_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_MONDAY_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_NEON_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_NEON_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_NEON_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_NEON_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_NEON_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_NETLIFY_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_NETLIFY_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_NETLIFY_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_NETLIFY_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_NETLIFY_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_NETLIFY_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_NETLIFY_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_NOTION_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_NOTION_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_NOTION_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_NOTION_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_NOTION_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_NOTION_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_NOTION_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_OKTA_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_OKTA_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_OKTA_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_OKTA_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_OKTA_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_ONE_PASSWORD_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_ONE_PASSWORD_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_ONE_PASSWORD_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_ONE_PASSWORD_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_ONE_PASSWORD_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_OPENAI_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_OPENAI_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_OPENAI_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_OPENAI_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_OPENAI_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_OPENROUTER_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_OPENROUTER_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_OPENROUTER_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_OPENROUTER_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_OPENROUTER_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_PAGERDUTY_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_PAGERDUTY_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_PAGERDUTY_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_PAGERDUTY_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_PAGERDUTY_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_PAGERDUTY_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_PAGERDUTY_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_POSTHOG_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_POSTHOG_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_POSTHOG_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_POSTHOG_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_POSTHOG_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_PYLON_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_PYLON_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_PYLON_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_PYLON_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_PYLON_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_QOVERY_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_QOVERY_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_QOVERY_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_QOVERY_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_QOVERY_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_RAILWAY_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_RAILWAY_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_RAILWAY_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_RAILWAY_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_RAILWAY_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_RENDER_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_RENDER_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_RENDER_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_RENDER_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_RENDER_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_RESEND_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_RESEND_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_RESEND_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_RESEND_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_RESEND_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_SCALEWAY_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_SCALEWAY_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_SCALEWAY_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_SCALEWAY_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_SCALEWAY_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_SEGMENT_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_SEGMENT_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_SEGMENT_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_SEGMENT_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_SEGMENT_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_SENDGRID_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_SENDGRID_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_SENDGRID_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_SENDGRID_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_SENDGRID_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_SENTRY_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_SENTRY_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_SENTRY_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_SENTRY_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_SENTRY_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_SENTRY_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_SENTRY_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_SIGNOZ_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_SIGNOZ_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_SIGNOZ_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_SIGNOZ_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_SIGNOZ_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_SLACK_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_SLACK_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_SLACK_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_SLACK_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_SLACK_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_SLACK_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_SLACK_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_SLACK_SIGNING_SECRET string Conditional View usage
PROBOD_CONNECTOR_SQUARE_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_SQUARE_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_SQUARE_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_SQUARE_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_SQUARE_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_SQUARE_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_SQUARE_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_SUPABASE_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_SUPABASE_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_SUPABASE_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_SUPABASE_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_SUPABASE_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_TAILSCALE_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_TAILSCALE_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_TAILSCALE_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_TAILSCALE_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_TAILSCALE_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_TALLY_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_TALLY_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_TALLY_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_TALLY_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_TALLY_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_UPCLOUD_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_UPCLOUD_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_UPCLOUD_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_UPCLOUD_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_UPCLOUD_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_VERCEL_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_VERCEL_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_VERCEL_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_VERCEL_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_VERCEL_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_VERCEL_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_VERCEL_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_VERCEL_INTEGRATION_SLUG string Conditional View usage
PROBOD_CONNECTOR_YOUSIGN_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_YOUSIGN_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_YOUSIGN_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_YOUSIGN_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_YOUSIGN_ENDPOINT_TOKEN string Optional View usage
PROBOD_CONNECTOR_ZENDESK_CLIENT_ID string Optional View usage
PROBOD_CONNECTOR_ZENDESK_CLIENT_SECRET string Conditional View usage
PROBOD_CONNECTOR_ZENDESK_ENDPOINT_API_BASE string Optional View usage
PROBOD_CONNECTOR_ZENDESK_ENDPOINT_AUTH string Optional View usage
PROBOD_CONNECTOR_ZENDESK_ENDPOINT_IDENTITY string Optional View usage
PROBOD_CONNECTOR_ZENDESK_ENDPOINT_PROBE string Optional View usage
PROBOD_CONNECTOR_ZENDESK_ENDPOINT_TOKEN string Optional View usage
Variable Type Default Requirement Source
PROBOD_DOCUMENT_NOTIFICATION_DEBOUNCE_DELAY integer 900 Optional View usage
PROBOD_DOCUMENT_NOTIFICATION_INTERVAL integer 300 Optional View usage
PROBOD_DOCUMENT_NOTIFICATION_REMINDER_INTERVAL integer 86400 Optional View usage
PROBOD_MAILER_INTERVAL integer 60 Optional View usage
PROBOD_MAILER_SENDER_EMAIL string Optional View usage
PROBOD_MAILER_SENDER_NAME string Optional View usage
PROBOD_SLACK_SENDER_INTERVAL integer 60 Optional View usage
PROBOD_SMTP_ADDR string Optional View usage
PROBOD_SMTP_HELLO_NAME string Optional View usage
PROBOD_SMTP_PASSWORD string Optional View usage
PROBOD_SMTP_TLS_REQUIRED boolean false Optional View usage
PROBOD_SMTP_USER string Optional View usage
PROBOD_WEBHOOK_CACHE_TTL integer 86400 Optional View usage
PROBOD_WEBHOOK_SENDER_INTERVAL integer 5 Optional View usage
Variable Type Default Requirement Source
PROBOD_ESIGN_TSA_URL string Optional View usage
Variable Type Default Requirement Source
PROBOD_ITAM_DEVICE_ENROLLMENT_TOKEN_VALIDITY integer 604800 Optional View usage
Variable Type Default Requirement Source
PROBOD_OAUTH2_SERVER_ACCESS_TOKEN_DURATION integer 3600 Optional View usage
PROBOD_OAUTH2_SERVER_AUTHORIZATION_CODE_DURATION integer 600 Optional View usage
PROBOD_OAUTH2_SERVER_CIMD_ALLOWED_CLIENT_IDS comma-separated list Optional View usage
PROBOD_OAUTH2_SERVER_DEVICE_CODE_DURATION integer 600 Optional View usage
PROBOD_OAUTH2_SERVER_REFRESH_TOKEN_DURATION integer 2592000 Optional View usage
PROBOD_OAUTH2_SERVER_SIGNING_KEY string Required View usage
PROBOD_OAUTH2_SERVER_SIGNING_KEY_KID string "default" Optional View usage
Variable Type Default Requirement Source
PROBOD_PG_ADDR string Optional View usage
PROBOD_PG_CA_BUNDLE string Optional View usage
PROBOD_PG_CA_BUNDLE_PATH string Optional View usage
PROBOD_PG_DATABASE string Optional View usage
PROBOD_PG_DEBUG boolean false Optional View usage
PROBOD_PG_HEALTH_CHECK_PERIOD_SECONDS integer 60 Optional View usage
PROBOD_PG_MAX_CONN_IDLE_TIME_SECONDS integer 1800 Optional View usage
PROBOD_PG_MAX_CONN_LIFETIME_JITTER_SECONDS integer 300 Optional View usage
PROBOD_PG_MAX_CONN_LIFETIME_SECONDS integer 3600 Optional View usage
PROBOD_PG_MIN_POOL_SIZE integer 10 Optional View usage
PROBOD_PG_PASSWORD string Optional View usage
PROBOD_PG_POOL_SIZE integer 100 Optional View usage
PROBOD_PG_USERNAME string Optional View usage
Variable Type Default Requirement Source
PROBOD_SAML_CERTIFICATE string Optional View usage
PROBOD_SAML_CLEANUP_INTERVAL_SECONDS integer 0 Optional View usage
PROBOD_SAML_DOMAIN_VERIFICATION_INTERVAL_SECONDS integer 60 Optional View usage
PROBOD_SAML_DOMAIN_VERIFICATION_RESOLVER_ADDR string Optional View usage
PROBOD_SAML_PRIVATE_KEY string Optional View usage
PROBOD_SAML_SESSION_DURATION integer 604800 Optional View usage
Variable Type Default Requirement Source
PROBOD_SCIM_BRIDGE_POLL_INTERVAL integer 30 Optional View usage
PROBOD_SCIM_BRIDGE_SYNC_INTERVAL integer 900 Optional View usage
Variable Type Default Requirement Source
PROBOD_TRUST_CENTER_BASE_DOMAIN string Optional View usage
PROBOD_TRUST_CENTER_HTTP_ADDR string Optional View usage
PROBOD_TRUST_CENTER_HTTPS_ADDR string Optional View usage
PROBOD_TRUST_CENTER_PROXY_PROTOCOL_TRUSTED_PROXIES comma-separated list Optional View usage