AgentAZAll / demo_data /config.json
cronos3k's picture
Update to v1.0.23: add address command
afc3b10 verified
raw
history blame contribute delete
533 Bytes
{
"agent_name": "agent-alpha@localhost",
"agent_key": "demo_key_agent-alpha",
"allow_memory_sharing": true,
"mailbox_dir": "F:\\AgentoAll-pub\\hf-demo\\demo_data\\mailboxes",
"transport": "email",
"sync_interval": 10,
"log_file": "F:\\AgentoAll-pub\\hf-demo\\demo_data\\logs\\agentazall.log",
"email": {
"imap_server": "127.0.0.1",
"imap_port": 1143,
"smtp_server": "127.0.0.1",
"smtp_port": 2525,
"username": "agent-alpha@localhost",
"password": "password"
},
"ftp": {}
}