We value your privacy

This site uses cookies to improve your browsing experience, analyze site traffic, and show personalized content. See our Privacy Policy.

  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.

moose.config.toml
[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
MooseStackHostingTemplatesGuides
Release Notes
Source531
  • Overview
Build a New App
  • 5 Minute Quickstart
  • Browse Templates
  • Existing ClickHouse
Add to Existing App
  • Next.js
  • Fastify
Fundamentals
  • Moose Runtime
  • MooseDev MCP
  • Language Server
  • Data Modeling
Moose Modules
  • Moose OLAP
  • Moose Streaming
  • Moose Workflows
  • Moose APIs & Web Apps
Deployment & Lifecycle
  • Moose Dev
  • Moose Migrate
  • Moose Deploy
Reference
  • API Reference
  • Data Types
  • Table Engines
  • CLI
  • Configuration
    • Core Settings
    • Project Settings
    • TypeScript
    • Telemetry
    • Git
    • Features
    • Migrations
    • Docker
    • Infrastructure
    • ClickHouse
    • Redpanda
    • Redis
    • Temporal
    • HTTP Server
    • State Storage
    • Security
    • JWT
    • Admin API
    • Development
    • Dev Environment
  • Observability Metrics
  • Help
  • Release Notes
Contribution
  • Documentation
  • Framework