Interface: DevServerConfig
testing.DevServerConfig
Configuration for the Temporal CLI dev server.
Properties
db_filename
• Optional
db_filename: string
Sqlite DB filename if persisting or non-persistent if none (default).
executable
• Optional
executable: EphemeralServerExecutable
extraArgs
• Optional
extraArgs: string
[]
Extra args to pass to the executable command.
ip
• Optional
ip: string
IP to bind to.
Default
127.0.0.1
log
• Optional
log: Object
Log format and level
Default
Type declaration
Name | Type |
---|---|
format | string |
level | string |
namespace
• Optional
namespace: string
Namespace to use - created at startup.
Default
"default"
port
• Optional
port: number
Optional port to listen on, defaults to find a random free port.
type
• type: "dev-server"
ui
• Optional
ui: boolean
Whether to enable the UI.
Default
false