-
Notifications
You must be signed in to change notification settings - Fork 4
/
settings.yaml
64 lines (64 loc) · 2.14 KB
/
settings.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
PrivateBlockchainFacadeService:
Db:
LogsConnString:
settings-key: PrivateBlockchainFacadeService-LogsConnString
types:
- AzureTableStorage
DataConnString:
settings-key: PrivateBlockchainFacadeService-DataConnString
CommandTimeoutSeconds:
settings-key: PrivateBlockchainFacadeService-CommandTimeoutSeconds
Blockchain:
PrivateBlockchainGatewayContractAddress:
settings-key: PrivateBlockchainGatewayContractAddress
MasterWalletAddress:
settings-key: PrivateBlockchainFacadeService-MasterWalletAddress
MaxNewOperationsAmountPerRequest:
settings-key: PrivateBlockchainFacadeService-MaxNewOperationsAmountPerRequest
MaxAcceptedOperationsAmountPerRequest:
settings-key: PrivateBlockchainFacadeService-MaxAcceptedOperationsAmountPerRequest
BalancesCacheExpirationPeriod:
settings-key: PrivateBlockchainFacadeService-BalancesCacheExpirationPeriod
Rabbit:
Publishers:
CustomerRabbitConnectionString:
settings-key: UserManagementRabbitMQ
types:
- RabbitMq
WalletRabbitConnectionString:
settings-key: WalletManagementRabbitMQ
types:
- RabbitMq
Subscribers:
PrivateBlockchainRabbitConnString:
settings-key: PrivateBlockchainRabbitMQ
types:
- RabbitMq
CacheSettings:
DataCacheInstance:
settings-key: PrivateBlockchainFacadeService-DataCacheInstance
RedisConfiguration:
settings-key: PrivateBlockchainFacadeService-RedisConfiguration
ApiKey:
settings-key: PrivateBlockchainFacadeService-ApiKey
IsPublicBlockchainFeatureDisabled:
settings-key: IsPublicBlockchainFeatureDisabled
types:
- Optional
SlackNotifications:
AzureQueue:
ConnectionString:
settings-key: SlackNotificationsConnString
types:
- AzureTableStorage
QueueName:
settings-key: SlackQueueName
MonitoringServiceClient:
MonitoringServiceUrl:
settings-key: MonitoringServiceUrl
QuorumTransactionSignerService:
ServiceUrl:
settings-key: QuorumTransactionSignerServiceUrl
QuorumOperationExecutorService:
ServiceUrl:
settings-key: QuorumOperationExecutorServiceUrl