9 lines
194 B
TOML
9 lines
194 B
TOML
|
|
# TypeDialog Agent Server Configuration
|
||
|
|
# Copy to ~/.config/typedialog/agent-server/config.toml
|
||
|
|
|
||
|
|
# Server host (default: 127.0.0.1)
|
||
|
|
host = "127.0.0.1"
|
||
|
|
|
||
|
|
# Server port (default: 8765)
|
||
|
|
port = 8765
|