-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml.sample
48 lines (39 loc) · 1.04 KB
/
config.toml.sample
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
ServerPort = 3001
ServerUrl = "<placeholder(public server url)>"
NativeProofGenerationEnabled = true
PublishingKeyPath = "pbkey"
OnChainCheckStatusFrequency = "30s"
[Database]
Url="postgres://polygonid:polygonid@localhost:5433/platformid?sslmode=disable"
[Cache]
RedisUrl="redis://@localhost:6380/1"
[HTTPBasicAuth]
User = "user"
Password = "password"
[Log]
Level = -4
Mode = 2
[KeyStore]
Address="http://localhost:8200/"
Token="<placeholder(hvs.xxxxx from infrastructure/local/.vault/data/init.out file)>"
PluginIden3MountPath="iden3"
[ReverseHashService]
URL="http://localhost:3001"
Enabled= false
[Ethereum]
URL="<placeholder(https://polygon-mumbai.g.alchemy.com/v2/xxxxxxxxx)>"
ContractAddress="0x134B1BE34911E39A8397ec6289782989729807a4"
DefaultGasLimit=600000
ConfirmationTimeout="600s"
ConfirmationBlockCount=5
ReceiptTimeout="600s"
MinGasPrice=0
MaxGasPrice=1000000
RPCResponseTimeout="5s"
WaitReceiptCycleTime="30s"
WaitBlockCycleTime="30s"
[Prover]
ServerURL="http://localhost:8002"
ResponseTimeout="600s"
[Circuit]
Path="./pkg/credentials/circuits"