Configuration
Top-level channel config
json
{
"channels": {
"simplex": {
"enabled": true,
"dmPolicy": "pairing",
"allowFrom": ["*"],
"groupPolicy": "allowlist",
"groupAllowFrom": [],
"connection": {
"mode": "managed",
"cliPath": "simplex-chat",
"wsHost": "127.0.0.1",
"wsPort": 5225,
"wsUrl": "ws://127.0.0.1:5225",
"dataDir": "~/.simplex",
"connectTimeoutMs": 15000
},
"accounts": {}
}
}
}Useful fields
enabled: master toggledmPolicy:open|allowlist|pairing|disabledallowFrom: DM allowlist entriesgroupPolicy:open|allowlist|disabledgroupAllowFrom: group allowlist entriesconnection.mode:managedorexternalconnection.cliPath: command path for managed modeconnection.wsUrl: websocket URL for external modeaccounts: per-account overrides