1. MooseStack
  2. Configuration
  3. Temporal Configuration

Temporal Configuration

Configure the workflow orchestration engine.

Security Warning

NEVER put production credentials in moose.config.toml. For production environments or when connecting to external infrastructure, ALWAYS use environment variables and/or secrets to securely inject credentials.

[temporal_config]# Temporal server host (Default: "localhost")temporal_host = "localhost"# Temporal server port (Default: 7233)temporal_port = 7233# API key for Temporal Cloud connection (Default: "")api_key = ""# Temporal namespace (Default: "default")namespace = "default"
KeyEnv VariableDefaultDescription
temporal_hostMOOSE_TEMPORAL_CONFIG__TEMPORAL_HOST"localhost"Temporal server host.
temporal_portMOOSE_TEMPORAL_CONFIG__TEMPORAL_PORT7233Temporal server port.
api_keyMOOSE_TEMPORAL_CONFIG__API_KEY
""
SECRET. API Key for Temporal Cloud.
namespaceMOOSE_TEMPORAL_CONFIG__NAMESPACE"default"Temporal namespace.
FiveonefourFiveonefour
Fiveonefour Docs
MooseStackTemplates
Changelog
Source506
  • Overview
  • Quick Start
  • Templates / Examples
Fundamentals
  • Moose Runtime
  • MooseDev MCP
  • Data Modeling
MooseStack in your App
  • App / API frameworks
Modules
  • Moose OLAP
  • Moose Streaming
  • Moose Workflows
  • Moose APIs
Deployment & Lifecycle
  • Moose Migrate
  • Moose Deploy
Reference
  • API Reference
  • Data Types
  • Table Engines
  • CLI
  • Configuration
    • Core Settings
    • Project Settings
    • TypeScript
    • Telemetry
    • Git
    • Features
    • Migrations
    • Infrastructure
    • ClickHouse
    • Redpanda
    • Redis
    • Temporal
    • HTTP Server
    • State Storage
    • Security
    • JWT
    • Admin API
    • Development
    • Dev Environment
  • Observability Metrics
  • Help
  • Changelog
Contribution
  • Documentation
  • Framework