-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-hashed-dge.yml
52 lines (51 loc) · 1.55 KB
/
config-hashed-dge.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
contract-name: tlaclocmant2
doc-table-name: documents
edge-table-name: edges
#firehose-endpoint: localhost:9000
firehose-endpoint: fh.tekit.io:443
eos-endpoint: https://testnet.telos.caleos.io
dgraph-alpha-host: localhost
dgraph-alpha-grpc-port: 9080
dgraph-alpha-http-port: 8080
prometheus-port: 2114
start-block: 151824876
heart-beat-frequency: 100
elastic-endpoint: https://traceability.es.us-east4.gcp.elastic-cloud.com:9243/traceability-documents/_search #Used only to update the doccache config object
elastic-api-key: QnpfOGVINEJlUDVxVEJhbGdvNXQ6UVZGN2NDbjNUV2FCQ2N2R1kyTmYtUQ== #Used only to update the doccache config object
#dfuse-api-key: server_eeb2882943ae420bfb3eb9bf3d78ed9d
# type-mappings:
# - type: vote.tally
# labels:
# pass:
# - vote_power
# fail:
# - vote_power
# custom-interfaces:
# - name: Votable #New type so use name to use in GQL
# fields:
# - content-group: ballot
# name: expiration
# type: time_point
# signature: true # used to identify votable types
# - content-group: details
# name: title
# type: string
# - content-group: details
# name: description
# type: string
# - name: vote
# type: vote
# - name: votetally
# type: vote.tally
# types:
# - payout
# - assignment
# - assignbadge
# - edit
# - suspend
# logical-ids:
# - type: member #Existing type use name from orginal chain doc
# ids:
# - content-group: details
# name: member
# type: name