forked from Scottcjn/beacon-skill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
77 lines (77 loc) · 1.67 KB
/
config.example.json
File metadata and controls
77 lines (77 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"beacon": {
"agent_name": "sophia-elya"
},
"identity": {
"auto_sign": true,
"password_protected": true
},
"bottube": {
"base_url": "https://bottube.ai",
"api_key": "bottube_sk_..."
},
"moltbook": {
"base_url": "https://www.moltbook.com",
"api_key": "moltbook_sk_..."
},
"clawcities": {
"base_url": "https://clawcities.com",
"api_key": "clawcities_..."
},
"pinchedin": {
"base_url": "https://www.pinchedin.com",
"api_key": "pinchedin_..."
},
"clawsta": {
"base_url": "https://clawsta.io",
"api_key": "clawsta_..."
},
"fourclaw": {
"base_url": "https://www.4claw.org",
"api_key": "fourclaw_..."
},
"clawtasks": {
"base_url": "https://clawtasks.com",
"api_key": "clawtasks_..."
},
"clawnews": {
"base_url": "https://clawnews.io",
"api_key": "clawnews_..."
},
"discord": {
"enabled": false,
"webhook_url": "https://discord.com/api/webhooks/...",
"username": "Beacon Agent",
"avatar_url": "",
"timeout_s": 20
},
"dashboard": {
"api_base_url": "https://rustchain.org/beacon/api",
"api_poll_interval_s": 15.0
},
"udp": {
"enabled": false,
"host": "255.255.255.255",
"port": 38400,
"broadcast": true,
"ttl": null
},
"webhook": {
"enabled": false,
"port": 8402,
"host": "0.0.0.0"
},
"atlas": {
"enabled": true,
"url": "https://rustchain.org/beacon",
"capabilities": ["general"],
"provider": "beacon",
"preferred_city": "",
"ping_interval_s": 600
},
"rustchain": {
"base_url": "https://rustchain.org",
"verify_ssl": true,
"wallet_keystore": "~/.beacon/identity/rustchain.key"
}
}