-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 969 Bytes
/
app.json
File metadata and controls
34 lines (34 loc) · 969 Bytes
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
{
"name": "Wallet Bot",
"description": "Your Money-Sending Robot Friend",
"repository": "https://github.com/anypay/walletbot",
"logo": "https://avatars.githubusercontent.com/u/12125403?s=400&u=9a89b1d9b8883a1d99da0273ef018c392c42b32e&v=4",
"keywords": [
"wallet",
"payments",
"bot",
"anypay",
"bitcoin",
"solana",
"ethereum",
"dogecoin"
],
"env": {
"WALLETBOT_SEED_PHRASE": {
"required": true,
"description": "12 Word Mnemonic Wallet Backup Seed Phrase"
},
"WALLETBOT_AUTH_TOKEN": {
"required": true,
"description": "API auth token for your Wallet Bot from the Anypay dashboard"
},
"PROMETHEUS_ENABLED": {
"required": false,
"description": "Optional: Allow remote metrics scraping from a Prometheus server"
},
"PROMETHEUS_PASSWORD": {
"required": false,
"description": "Optional: Authenticate prometheus scraper using http basic auth"
}
}
}