forked from rarimo/passport-identity-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
40 lines (33 loc) · 871 Bytes
/
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
vault:
address: "http://127.0.0.1:8200"
mount_path: "secret_data"
network:
eth_rpc:
state_contract:
verifier:
verification_keys_paths:
sha1: "./sha1_verification_key.json"
sha256: "./sha256_verification_key.json"
master_certs_path: "./masterList.dev.pem"
allowed_age: 18
multi_acc_min_limit: 10
multi_acc_max_limit: 30
registration_timeout: 1h
issuer:
base_url: "http://localhost:3002/v1"
did: ""
claim_type: "VotingCredential"
credential_schema: "https://bafybeibbniic63etdbcn5rs5ir5bhelym6ogv46afj35keatzhn2eqnioi.ipfs.w3s.link/VotingCredential.json"
log:
level: debug
disable_sentry: true
db:
url: postgres://voting:voting@localhost:35432/voting?sslmode=disable
listener:
addr: :8000
cop:
disabled: true
endpoint: "http://..."
upstream: "http://..."
service_name: identity-provider-service
service_port: 80