Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.66 KB | None | 0 0
  1. config-database.properties
  2. ==========================
  3.  
  4. .. csv-table::
  5. :header: "Property", "Type", "Description", "Default"
  6. :delim: ;
  7.  
  8. **database**; ; ;
  9. databaseUri; string; Database uri.; mongodb://127.0.0.1:27017
  10. databaseName; string; Database name.; catapult
  11. maxWriterThreads; uint32_t; Maximum number of database writer threads.; 8
  12. **plugins**; ; ;
  13. catapult.mongo.plugins.accountlink; ; ; true
  14. catapult.mongo.plugins.aggregate; ; ; true
  15. catapult.mongo.plugins.lockhash; ; ; true
  16. catapult.mongo.plugins.locksecret; ; ; true
  17. catapult.mongo.plugins.mosaic; ; ; true
  18. catapult.mongo.plugins.multisig; ; ; true
  19. catapult.mongo.plugins.namespace; ; ; true
  20. catapult.mongo.plugins.restrictionaccount; ; ; true
  21. catapult.mongo.plugins.transfer; ; ; true
  22.  
  23. config-extensions-broker.properties
  24. ===================================
  25.  
  26. .. csv-table::
  27. :header: "Property", "Type", "Description", "Default"
  28. :delim: ;
  29.  
  30. **extensions**; ; ;
  31. extension.addressextraction; ; ; true
  32. extension.mongo; ; ; true
  33. extension.zeromq; ; ; true
  34. extension.hashcache; ; ; true
  35.  
  36. config-extensions-recovery.properties
  37. =====================================
  38.  
  39. .. csv-table::
  40. :header: "Property", "Type", "Description", "Default"
  41. :delim: ;
  42.  
  43. **extensions**; ; ;
  44. extension.addressextraction; ; ; false
  45. extension.mongo; ; ; false
  46. extension.zeromq; ; ; false
  47. extension.hashcache; ; ; true
  48.  
  49. config-extensions-server.properties
  50. ===================================
  51.  
  52. .. csv-table::
  53. :header: "Property", "Type", "Description", "Default"
  54. :delim: ;
  55.  
  56. **extensions**; ; ;
  57. extension.filespooling; ; ; false
  58. extension.partialtransaction; ; ; false
  59. extension.addressextraction; ; ; false
  60. extension.mongo; ; ; false
  61. extension.zeromq; ; ; false
  62. extension.eventsource; ; ; true
  63. extension.harvesting; ; ; true
  64. extension.syncsource; ; ; true
  65. extension.diagnostics; ; ; true
  66. extension.hashcache; ; ; true
  67. extension.networkheight; ; ; true
  68. extension.nodediscovery; ; ; true
  69. extension.packetserver; ; ; true
  70. extension.pluginhandlers; ; ; true
  71. extension.sync; ; ; true
  72. extension.timesync; ; ; true
  73. extension.transactionsink; ; ; true
  74. extension.unbondedpruning; ; ; true
  75.  
  76. config-harvesting.properties
  77. ============================
  78.  
  79. .. csv-table::
  80. :header: "Property", "Type", "Description", "Default"
  81. :delim: ;
  82.  
  83. **harvesting**; ; ;
  84. harvestKey; string; Harvest key.;
  85. isAutoHarvestingEnabled; bool; Set to true if auto harvesting is enabled.; false
  86. maxUnlockedAccounts; uint32_t; Maximum number of unlocked accounts.; 5
  87. beneficiary; string; Public key of the account receiving part of the harvested fee.; 0000000000000000000000000000000000000000000000000000000000000000
  88.  
  89. config-inflation.properties
  90. ===========================
  91.  
  92. .. csv-table::
  93. :header: "Property", "Type", "Description", "Default"
  94. :delim: ;
  95.  
  96. **inflation**; ; ;
  97. starting-at-height-1; ; ; 100
  98. starting-at-height-10000; ; ; 0
  99.  
  100. config-logging-broker.properties
  101. ================================
  102.  
  103. .. csv-table::
  104. :header: "Property", "Type", "Description", "Default"
  105. :delim: ;
  106.  
  107. **console**; ; ;
  108. sinkType; utils::LogSinkType; Log sink type.; Sync
  109. level; utils::LogLevel; Log level.; Info
  110. colorMode; utils::LogColorMode; Console color mode.; Ansi
  111. **console.component.levels**; ; ;
  112. **file**; ; ;
  113. sinkType; utils::LogSinkType; Log sink type.; Async
  114. level; utils::LogLevel; Log level.; Debug
  115. directory; string; Log file directory.; logs
  116. filePattern; string; Log file pattern.; catapult_recovery%4N.log
  117. rotationSize; utils::FileSize; File rotation size.; 25MB
  118. maxTotalSize; utils::FileSize; Maximum size of all log files.; 2500MB
  119. minFreeSpace; utils::FileSize; Minimum size of free disk space in order to create log files.; 100MB
  120. **file.component.levels**; ; ;
  121.  
  122. config-logging-recovery.properties
  123. ==================================
  124.  
  125. .. csv-table::
  126. :header: "Property", "Type", "Description", "Default"
  127. :delim: ;
  128.  
  129. **console**; ; ;
  130. sinkType; utils::LogSinkType; Log sink type.; Sync
  131. level; utils::LogLevel; Log level.; Info
  132. colorMode; utils::LogColorMode; Console color mode.; Ansi
  133. **console.component.levels**; ; ;
  134. **file**; ; ;
  135. sinkType; utils::LogSinkType; Log sink type.; Async
  136. level; utils::LogLevel; Log level.; Debug
  137. directory; string; Log file directory.; logs
  138. filePattern; string; Log file pattern.; catapult_recovery%4N.log
  139. rotationSize; utils::FileSize; File rotation size.; 25MB
  140. maxTotalSize; utils::FileSize; Maximum size of all log files.; 2500MB
  141. minFreeSpace; utils::FileSize; Minimum size of free disk space in order to create log files.; 100MB
  142. **file.component.levels**; ; ;
  143.  
  144. config-logging-server.properties
  145. ================================
  146.  
  147. .. csv-table::
  148. :header: "Property", "Type", "Description", "Default"
  149. :delim: ;
  150.  
  151. **console**; ; ;
  152. sinkType; utils::LogSinkType; Log sink type.; Sync
  153. level; utils::LogLevel; Log level.; Info
  154. colorMode; utils::LogColorMode; Console color mode.; Ansi
  155. **console.component.levels**; ; ;
  156. **file**; ; ;
  157. sinkType; utils::LogSinkType; Log sink type.; Async
  158. level; utils::LogLevel; Log level.; Info
  159. directory; string; Log file directory.; logs
  160. filePattern; string; Log file pattern.; catapult_server%4N.log
  161. rotationSize; utils::FileSize; File rotation size.; 25MB
  162. maxTotalSize; utils::FileSize; Maximum size of all log files.; 2500MB
  163. minFreeSpace; utils::FileSize; Minimum size of free disk space in order to create log files.; 100MB
  164. **file.component.levels**; ; ;
  165.  
  166. config-messaging.properties
  167. ===========================
  168.  
  169. .. csv-table::
  170. :header: "Property", "Type", "Description", "Default"
  171. :delim: ;
  172.  
  173. **messaging**; ; ;
  174. subscriberPort; unsigned short; Subscriber port.; 7902
  175.  
  176. config-network.properties
  177. =========================
  178.  
  179. .. csv-table::
  180. :header: "Property", "Type", "Description", "Default"
  181. :delim: ;
  182.  
  183. **network**; ; ;
  184. identifier; NetworkIdentifier; Network identifier.; mijin-test
  185. publicKey; Key; Nemesis public key.; B4F12E7C9F6946091E2CB8B6D3A12B50D17CCBBF646386EA27CE2946A7423DCF
  186. generationHash; catapult::GenerationHash; Nemesis generation hash.; 57F7DA205008026C776CB6AED843393F04CD458E0AA2D9F1D5F31A402072B2D6
  187. **chain**; ; ;
  188. shouldEnableVerifiableState; bool; Set to true if block chain should calculate state hashes so that state is fully verifiable at each block.; true
  189. shouldEnableVerifiableReceipts; bool; Set to true if block chain should calculate receipts so that state changes are fully verifiable at each block.; true
  190. currencyMosaicId; MosaicId; Mosaic id used as primary chain currency.; 0x0DC6'7FBE'1CAD'29E3
  191. harvestingMosaicId; MosaicId; Mosaic id used to provide harvesting ability.; 0x2651'4E2A'1EF3'3824
  192. blockGenerationTargetTime; utils::TimeSpan; Targeted time between blocks.; 15s
  193. blockTimeSmoothingFactor; uint32_t; *Note*: A higher value makes the network more biased. *Note*: This can lower security because it will increase the influence of time relative to importance.; 3000
  194. importanceGrouping; uint64_t; Number of blocks that should be treated as a group for importance purposes. *Note*: Importances will only be calculated at blocks that are multiples of this grouping number.; 39
  195. importanceActivityPercentage; uint8_t; Percentage of importance resulting from fee generation and beneficiary usage.; 5
  196. maxRollbackBlocks; uint32_t; Maximum number of blocks that can be rolled back.; 40
  197. maxDifficultyBlocks; uint32_t; Maximum number of blocks to use in a difficulty calculation.; 60
  198. maxTransactionLifetime; utils::TimeSpan; Maximum lifetime a transaction can have before it expires.; 24h
  199. maxBlockFutureTime; utils::TimeSpan; Maximum future time of a block that can be accepted.; 10s
  200. initialCurrencyAtomicUnits; Amount; Initial currency atomic units available in the network.; 8'998'999'998'000'000
  201. maxMosaicAtomicUnits; Amount; Maximum atomic units (total-supply * 10 ^ divisibility) of a mosaic allowed in the network.; 9'000'000'000'000'000
  202. totalChainImportance; Importance; Total whole importance units available in the network.; 15'000'000
  203. minHarvesterBalance; Amount; Minimum number of harvesting mosaic atomic units needed for an account to be eligible for harvesting.; 500
  204. harvestBeneficiaryPercentage; uint8_t; Percentage of the harvested fee that is collected by the beneficiary account.; 10
  205. blockPruneInterval; uint32_t; Number of blocks between cache pruning.; 360
  206. maxTransactionsPerBlock; uint32_t; Maximum number of transactions per block.; 200'000
  207. **plugin:catapult.plugins.accountlink**; ; ;
  208. dummy; ; ; to trigger plugin load
  209. **plugin:catapult.plugins.aggregate**; ; ;
  210. maxTransactionsPerAggregate; uint32_t; Maximum number of transactions per aggregate.; 1'000
  211. maxCosignaturesPerAggregate; uint8_t; Maximum number of cosignatures per aggregate.; 15
  212. enableStrictCosignatureCheck; bool; Set to true if cosignatures must exactly match component signers. Set to false if cosignatures should be validated externally.; false
  213. enableBondedAggregateSupport; bool; Set to true if bonded aggregates should be allowed. Set to false if bonded aggregates should be rejected.; true
  214. maxBondedTransactionLifetime; utils::TimeSpan; Maximum lifetime a bonded transaction can have before it expires.; 48h
  215. **plugin:catapult.plugins.lockhash**; ; ;
  216. lockedFundsPerAggregate; Amount; Amount that has to be locked per aggregate in partial cache.; 10'000'000
  217. maxHashLockDuration; utils::BlockSpan; Maximum number of blocks for which a hash lock can exist.; 2d
  218. **plugin:catapult.plugins.locksecret**; ; ;
  219. maxSecretLockDuration; utils::BlockSpan; Maximum number of blocks for which a secret lock can exist.; 30d
  220. minProofSize; uint16_t; Minimum size of a proof in bytes.; 1
  221. maxProofSize; uint16_t; Maximum size of a proof in bytes.; 1000
  222. **plugin:catapult.plugins.mosaic**; ; ;
  223. maxMosaicsPerAccount; uint16_t; Maximum number of mosaics that an account can own.; 10'000
  224. maxMosaicDuration; utils::BlockSpan; Maximum mosaic duration.; 3650d
  225. maxMosaicDivisibility; uint8_t; Maximum mosaic divisibility.; 6
  226. mosaicRentalFeeSinkPublicKey; Key; Public key of the mosaic rental fee sink account.; 53E140B5947F104CABC2D6FE8BAEDBC30EF9A0609C717D9613DE593EC2A266D3
  227. mosaicRentalFee; Amount; Mosaic rental fee.; 500'000'000
  228. **plugin:catapult.plugins.multisig**; ; ;
  229. maxMultisigDepth; uint8_t; Maximum number of multisig levels.; 3
  230. maxCosignersPerAccount; uint8_t; Maximum number of cosigners per account.; 10
  231. maxCosignedAccountsPerAccount; uint8_t; Maximum number of accounts a single account can cosign.; 5
  232. **plugin:catapult.plugins.namespace**; ; ;
  233. maxNameSize; uint8_t; Maximum namespace and mosaic name size.; 64
  234. maxNamespaceDuration; utils::BlockSpan; Maximum namespace duration.; 365d
  235. namespaceGracePeriodDuration; utils::BlockSpan; Grace period during which time only the previous owner can renew an expired namespace.; 0d
  236. reservedRootNamespaceNames; unordered_set<string>; Reserved root namespaces that cannot be claimed.; xem, nem, user, account, org, com, biz, net, edu, mil, gov, info
  237. namespaceRentalFeeSinkPublicKey; Key; Public key of the namespace rental fee sink account.; 3E82E1C1E4A75ADAA3CBA8C101C3CD31D9817A2EB966EB3B511FB2ED45B8E262
  238. rootNamespaceRentalFeePerBlock; Amount; Root namespace rental fee per block.; 1'000'000
  239. childNamespaceRentalFee; Amount; Child namespace rental fee.; 100'000'000
  240. maxChildNamespaces; uint16_t; Maximum number of children for a root namespace.; 500
  241. **plugin:catapult.plugins.restrictionaccount**; ; ;
  242. maxAccountRestrictionValues; uint16_t; Maximum number of account restriction values.; 512
  243. **plugin:catapult.plugins.transfer**; ; ;
  244. maxMessageSize; uint16_t; Maximum transaction message size.; 1024
  245.  
  246. config-networkheight.properties
  247. ===============================
  248.  
  249. .. csv-table::
  250. :header: "Property", "Type", "Description", "Default"
  251. :delim: ;
  252.  
  253. **networkheight**; ; ;
  254. maxNodes; uint8_t; Number of nodes that this node should communicate with during network height detection.; 5
  255.  
  256. config-node.properties
  257. ======================
  258.  
  259. .. csv-table::
  260. :header: "Property", "Type", "Description", "Default"
  261. :delim: ;
  262.  
  263. **node**; ; ;
  264. port; unsigned short; Server port.; 7900
  265. apiPort; unsigned short; Server api port.; 7901
  266. shouldAllowAddressReuse; bool; Set to true if the server should reuse ports already in use.; false
  267. shouldUseSingleThreadPool; bool; Set to true if a single thread pool should be used, Set to false if multiple thread pools should be used.; false
  268. shouldUseCacheDatabaseStorage; bool; Set to true if cache data should be saved in a database.; true
  269. shouldEnableAutoSyncCleanup; bool; Set to true if temporary sync files should be automatically cleaned up. *Note*: This should be Set to false if broker process is running.; true
  270. shouldEnableTransactionSpamThrottling; bool; Set to true if transaction spam throttling should be enabled.; true
  271. transactionSpamThrottlingMaxBoostFee; Amount; Maximum fee that will boost a transaction through the spam throttle when spam throttling is enabled.; 10'000'000
  272. maxBlocksPerSyncAttempt; uint32_t; Maximum number of blocks per sync attempt.; 400
  273. maxChainBytesPerSyncAttempt; utils::FileSize; Maximum chain bytes per sync attempt.; 100MB
  274. shortLivedCacheTransactionDuration; utils::TimeSpan; Duration of a transaction in the short lived cache.; 10m
  275. shortLivedCacheBlockDuration; utils::TimeSpan; Duration of a block in the short lived cache.; 100m
  276. shortLivedCachePruneInterval; utils::TimeSpan; Time between short lived cache pruning.; 90s
  277. shortLivedCacheMaxSize; uint32_t; Maximum size of a short lived cache.; 10'000'000
  278. minFeeMultiplier; BlockFeeMultiplier; Minimum fee multiplier of transactions to propagate and include in blocks.; 0
  279. transactionSelectionStrategy; model::TransactionSelectionStrategy; Transaction selection strategy used for syncing and harvesting unconfirmed transactions.; oldest
  280. unconfirmedTransactionsCacheMaxResponseSize; utils::FileSize; Maximum size of an unconfirmed transactions response.; 20MB
  281. unconfirmedTransactionsCacheMaxSize; uint32_t; Maximum size of the unconfirmed transactions cache.; 1'000'000
  282. connectTimeout; utils::TimeSpan; Timeout for connecting to a peer.; 10s
  283. syncTimeout; utils::TimeSpan; Timeout for syncing with a peer.; 60s
  284. socketWorkingBufferSize; utils::FileSize; Initial socket working buffer size (socket reads will attempt to read buffers of roughly this size).; 512KB
  285. socketWorkingBufferSensitivity; uint32_t; Socket working buffer sensitivity (lower values will cause memory to be more aggressively reclaimed). *Note*: Set to 0 will disable memory reclamation.; 100
  286. maxPacketDataSize; utils::FileSize; Maximum packet data size.; 150MB
  287. blockDisruptorSize; uint32_t; Size of the block disruptor circular buffer.; 4096
  288. blockElementTraceInterval; uint32_t; Multiple of elements at which a block element should be traced through queue and completion.; 1
  289. transactionDisruptorSize; uint32_t; Size of the transaction disruptor circular buffer.; 16384
  290. transactionElementTraceInterval; uint32_t; Multiple of elements at which a transaction element should be traced through queue and completion.; 10
  291. shouldAbortWhenDispatcherIsFull; bool; Set to true if the process should terminate when any dispatcher is full.; true
  292. shouldAuditDispatcherInputs; bool; Set to true if all dispatcher inputs should be audited.; true
  293. outgoingSecurityMode; ionet::ConnectionSecurityMode; Security mode of outgoing connections initiated by this node.; None
  294. incomingSecurityModes; ionet::ConnectionSecurityMode; Accepted security modes of incoming connections initiated by other nodes.; None
  295. maxCacheDatabaseWriteBatchSize; utils::FileSize; Maximum cache database write batch size.; 5MB
  296. maxTrackedNodes; uint32_t; Maximum number of nodes to track in memory.; 5'000
  297. **localnode**; ; ;
  298. host; string; Node host (leave empty to auto-detect IP).;
  299. friendlyName; string; Node friendly name (leave empty to use address).;
  300. version; uint32_t; Node version.; 0
  301. roles; ionet::NodeRoles; Node roles.; Peer
  302. **outgoing_connections**; ; ;
  303. maxConnections; uint16_t; Maximum number of active connections.; 10
  304. maxConnectionAge; uint16_t; Maximum connection age.; 5
  305. maxConnectionBanAge; uint16_t; Maximum connection ban age.; 20
  306. numConsecutiveFailuresBeforeBanning; uint16_t; Number of consecutive connection failures before a connection is banned.; 3
  307. **incoming_connections**; ; ;
  308. maxConnections; uint16_t; Maximum number of active connections.; 512
  309. maxConnectionAge; uint16_t; Maximum connection age.; 10
  310. maxConnectionBanAge; uint16_t; Maximum connection ban age.; 20
  311. numConsecutiveFailuresBeforeBanning; uint16_t; Number of consecutive connection failures before a connection is banned.; 3
  312. backlogSize; uint16_t; Maximum size of the pending connections queue.; 512
  313.  
  314. config-pt.properties
  315. ====================
  316.  
  317. .. csv-table::
  318. :header: "Property", "Type", "Description", "Default"
  319. :delim: ;
  320.  
  321. **partialtransactions**; ; ;
  322. cacheMaxResponseSize; utils::FileSize; Maximum size of a partial transactions response.; 20MB
  323. cacheMaxSize; uint32_t; Maximum size of the partial transactions cache.; 1'000'000
  324.  
  325. config-task.properties
  326. ======================
  327.  
  328. .. csv-table::
  329. :header: "Property", "Type", "Description", "Default"
  330. :delim: ;
  331.  
  332. **age peers task for service Api Writers**; ; ;
  333. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 1m
  334. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 1m
  335. **age peers task for service Readers**; ; ;
  336. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 1m
  337. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 1m
  338. **batch partial transaction task**; ; ;
  339. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 500ms
  340. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 500ms
  341. **batch transaction task**; ; ;
  342. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 500ms
  343. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 500ms
  344. **connect peers task for service Pt**; ; ;
  345. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 10ms
  346. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 1m
  347. **connect peers task for service Sync**; ; ;
  348. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 10ms
  349. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 1m
  350. **harvesting task**; ; ;
  351. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 30s
  352. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 1s
  353. **logging task**; ; ;
  354. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 1m
  355. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 10m
  356. **network chain height detection**; ; ;
  357. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 1s
  358. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 15s
  359. **node discovery peers task**; ; ;
  360. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 1m
  361. minDelay; utils::TimeSpan; Minimum delay between task executions.; 1m
  362. maxDelay; utils::TimeSpan; Maximum delay between task executions.; 10m
  363. numPhaseOneRounds; uint32_t; Number of rounds before deceleration starts.; 10
  364. numTransitionRounds; uint32_t; Number of transition rounds from minimum to maximum delay.; 20
  365. **node discovery ping task**; ; ;
  366. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 2m
  367. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 5m
  368. **pull partial transactions task**; ; ;
  369. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 10s
  370. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 3s
  371. **pull unconfirmed transactions task**; ; ;
  372. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 4s
  373. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 3s
  374. **synchronizer task**; ; ;
  375. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 3s
  376. repeatDelay; utils::TimeSpan; Delay until subsequent executions of the task.; 3s
  377. **time synchronization task**; ; ;
  378. startDelay; utils::TimeSpan; Delay until the first execution of the task.; 1m
  379. minDelay; utils::TimeSpan; Minimum delay between task executions.; 3m
  380. maxDelay; utils::TimeSpan; Maximum delay between task executions.; 180m
  381. numPhaseOneRounds; uint32_t; Number of rounds before deceleration starts.; 5
  382. numTransitionRounds; uint32_t; Number of transition rounds from minimum to maximum delay.; 10
  383.  
  384. config-timesync.properties
  385. ==========================
  386.  
  387. .. csv-table::
  388. :header: "Property", "Type", "Description", "Default"
  389. :delim: ;
  390.  
  391. **timesynchronization**; ; ;
  392. maxNodes; uint8_t; Number of nodes that this node should communicate with during time synchronization.; 20
  393.  
  394. config-user.properties
  395. ======================
  396.  
  397. .. csv-table::
  398. :header: "Property", "Type", "Description", "Default"
  399. :delim: ;
  400.  
  401. **account**; ; ;
  402. bootKey; string; Boot key.; 0000000000000000000000000000000000000000000000000000000000000000
  403. **storage**; ; ;
  404. dataDirectory; string; Data directory.; ../data
  405. pluginsDirectory; string; Plugins directory.; .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement