Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         {
  2.             "name": "Debug - assetscreator",
  3.             "type": "go",
  4.             "request": "launch",
  5.             "mode": "debug",
  6.             "program": "${workspaceRoot}/avid/src/service/assetscreator/cmd/assetscreator/main.go",
  7.             "args":["-config", "../config.yaml"],
  8.             "env":{
  9.                 "DISABLE_ZIPKIN":"true",
  10.                 "ASSETSCREATOR_LOGLEVEL":"INFO",
  11.                 "ASSETSCREATOR_PORT":"9098",
  12.                 "ASSETSCREATOR_DEVEL_CONTRACT_LOADING":"true",
  13.  
  14.                 // helm chart values
  15.  
  16.                 // do upgrade valuesj
  17.                 "ASSETSCREATOR_FORCE_UPGRADE":"true",
  18.                 "ASSETSCREATOR_UPGRADE_FROM":"AssetsV1",
  19.                 "ASSETSCREATOR_UPGRADE_MAX_BATCH_COUNT":"10",
  20.                 "ASSETSCREATOR_UPGRADE_MAX_BATCH_BYTES":"1048576",
  21.  
  22.                 "ASSETSCREATOR_DLT_CONTAINER":"dlt",
  23.                 "ASSETSCREATOR_ETH_RPC_ADDRESS":"localhost:22000",
  24.                 "ASSETSCREATOR_CONNECTION_STRING_FILE":"${workspaceRoot}/avid/credentials/dev-robin-0/servicebus-connection-string",
  25.                 "ASSETSCREATOR_BLOB_ACCOUNT_NAME":"jitavid97c33b26f9ede09b",
  26.                 //"ASSETSCREATOR_BLOB_RESOURCE_GROUP":"value-chain-dev-robin",
  27.                 //"ASSETSCREATOR_BLOB_SUBSCRIPTION_ID":"c1d6a417-fffc-47e6-a0af-4f3e5d0977cf",
  28.                 "ASSETSCREATOR_BLOB_SECRETS_FILE":"${workspaceRoot}/avid/credentials/AzureStorageSecrets-value-chain-dev-robin.json",
  29.                 "ASSETSCREATOR_ORGANISATION_WALLET_KEY":"${workspaceRoot}/avid/credentials/dev-robin-0/organisation-wallet-key",
  30.                 "ASSETSCREATOR_DEPLOYINGKEY":"${workspaceRoot}/avid/credentials/value-chain-dev-robin/asset-type-owner-key-raw",
  31.                 // "ASSETSCREATOR_ORGANISATION_WALLET_PASS":"${workspaceRoot}/avid/credentials/value-chain-dev-robin/organisation-wallet-pass",
  32.                 "ASSETSCREATOR_QUEUE":"assetscreator",
  33.                 "ARCNODE_BLOB_SECRETS_FILE":"${workspaceRoot}/avid/credentials/AzureStorageSecrets-dev-robin-0.json",
  34.                 "ARCNODE_BLOB_ACCOUNT_NAME":"jitavide26fa15f928bf322",
  35.                 //"ARCNODE_DISABLE_NONCE_LOCK":"true",
  36.                 "ARCNODE_LOCK_CONTAINER":"account",
  37.                 "ARCNODE_LOCK_BLOB":"account_lock",
  38.            }
  39.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement