-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
49 lines (40 loc) · 1.08 KB
/
config.yaml
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
log:
level: debug
disable_sentry: true
db:
url: db_url
listener:
addr: :8000
issuer:
base_url: "http://issuer"
civic:
# ID of the gatekeeperNetwork on gateway contract. You can find info about it in Civic doc.
# Use this one id for the Uniqueness check. aka gatekeeper_network_slot_id
captcha_gatekeeper_network_id: 4
uniqueness_gatekeeper_network_id: 10
# The contract address is the same for every chain
gateway_token_contract: "0xF65b6396dF6B7e2D8a6270E3AB6c7BB08BAEF22E"
eth_rpc_url: "https://..."
xdc_rpc_url: "https://..."
polygon_rpc_url: "https://..."
arbitrum_rpc_url: "https://..."
skip_sig_check: false
unstoppable_domains:
auth_base_url: "https://auth.unstoppabledomains.com"
worldcoin:
base_url: "https://id.worldcoin.org"
gitcoin_passport:
base_url: "https://api.scorer.gitcoin.co/registry"
api_key: "..."
scorer_id: 12
gate_score: 15
get_score_max_retries: 3
skip_sig_check: false
kyc_service:
nonce_life_time: 30m
cop:
disabled: true
endpoint: "http://..."
upstream: "http://..."
service_name: kyc-service
service_port: 80