forked from paritytech/polkadot-testnet-faucet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.bot.config.yml
35 lines (34 loc) · 1.06 KB
/
env.bot.config.yml
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
SMF:
BOT:
BACKEND_URL:
description: "full url for the bot to reach the backend"
default: "http://localhost:5555"
type: string
DRIP_AMOUNT:
description: "default amount of token to send"
default: 0.5
type: number
MATRIX_ACCESS_TOKEN:
description: "your bot access token here is how to find it https://t2bot.io/docs/access_tokens/."
required: true
masked: true
type: string
MATRIX_BOT_USER_ID:
description: "your bot user id"
required: true
regexp: ^@.*:.*$
MATRIX_SERVER:
description: "matrix server url"
default: "https://matrix.org"
type: string
NETWORK_DECIMALS:
description: "decimal amount for the network"
default: 12
type: number
NETWORK_UNIT:
description: "token unit for the network"
default: "UNIT"
type: string
FAUCET_IGNORE_LIST:
description: "A list of Matrix accounts that will be silently (but logged) ignored, comma separated. Example: \"@alice:matrix.org,@bob:domain.com\""
default: ""