ToolJet/docker/pre-release/ee/temporal-server.yaml

70 lines
1.4 KiB
YAML
Raw Normal View History

2025-04-15 08:03:35 +00:00
log:
stdout: true
level: info
persistence:
defaultStore: postgres-default
visibilityStore: postgres-visibility
2025-04-15 08:03:35 +00:00
numHistoryShards: 4
dataStores:
postgres-default:
2025-04-15 08:03:35 +00:00
sql:
pluginName: "postgres12"
databaseName: "temporal"
connectAddr: "localhost:5432"
user: "tooljet"
password: "postgres"
postgres-visibility:
2025-04-15 08:03:35 +00:00
sql:
pluginName: "postgres12"
databaseName: "temporal_visibility"
connectAddr: "localhost:5432"
user: "tooljet"
password: "postgres"
2025-04-15 08:03:35 +00:00
global:
membership:
maxJoinDuration: 30s
broadcastAddress: "127.0.0.1"
pprof:
port: 7936
services:
frontend:
rpc:
grpcPort: 7233
membershipPort: 6933
bindOnLocalHost: true
httpPort: 7243
2025-04-15 08:03:35 +00:00
matching:
rpc:
grpcPort: 7235
membershipPort: 6935
bindOnLocalHost: true
history:
rpc:
grpcPort: 7234
membershipPort: 6934
bindOnLocalHost: true
worker:
rpc:
membershipPort: 6939
clusterMetadata:
enableGlobalNamespace: false
failoverVersionIncrement: 10
masterClusterName: "active"
currentClusterName: "active"
clusterInformation:
active:
enabled: true
initialFailoverVersion: 1
rpcName: "frontend"
rpcAddress: "localhost:7233"
2025-04-15 08:03:35 +00:00
httpAddress: "localhost:7243"
dcRedirectionPolicy:
policy: "noop"