-
Notifications
You must be signed in to change notification settings - Fork 0
/
pab-config.yml
61 lines (52 loc) · 1.7 KB
/
pab-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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
dbConfig:
dbConfigFile: plutus-pab.db
dbConfigPoolSize: 20
pabWebserverConfig:
baseUrl: http://localhost:9080
staticDir: plutus-pab-client/dist
permissiveCorsPolicy: False
# Optional timeout (in seconds) for calls to endpoints that are not currently
# available. If this is not set, calls to unavailable endpoints fail
# immediately.
endpointTimeout: 5
walletServerConfig:
tag: LocalWalletConfig
walletSettings:
baseUrl: http://localhost:8090
nodeServerConfig:
pscSocketPath: /home/user/plutus-apps/plutus-pab/test-node/testnet/node.sock
pscBaseUrl: "localhost"
pscKeptBlocks: 2160
pscNetworkId: "1097911063" # Testnet network ID (main net = empty string)
pscSlotConfig:
scSlotZeroTime: 1596059091000 # Wednesday, July 29, 2020 21:44:51 - shelley launch time in milliseconds
scSlotLength: 1000 # In milliseconds
pscFeeConfig:
fcConstantFee:
getLovelace: 10 # Constant fee per transaction in lovelace
fcScriptsFeeFactor: 1.0 # Factor by which to multiply size-dependent scripts fee in lovelace
pscInitialTxWallets: []
pscNodeMode: AlonzoNode
chainIndexConfig:
ciBaseUrl: http://localhost:9083
ciWatchedAddresses: []
requestProcessingConfig:
requestProcessingInterval: 1
signingProcessConfig:
spBaseUrl: http://localhost:9084
spWallet:
getWallet: 1
metadataServerConfig:
mdBaseUrl: http://localhost:9085
developmentOptions:
pabRollbackHistory: null
pabResumeFrom:
{ "tag" : "PointAtGenesis" }
# { "tag" : "Point"
# , "pointBlockId" : "613d23b8df670e3692f4e4ab59b179778519de15999ee1a51077fcc02a48abaa"
# , "pointSlot" : { "getSlot" : 45656608 }
# }
# Optional EKG Server Config
# ----
# monitoringConfig:
# monitoringPort: 9090