You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.9 KiB

  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: externalcfg
  5. labels:
  6. app: eshop
  7. data:
  8. # Basket.API entries
  9. BasketBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
  10. BasketRedisConStr: REDIS CONNECTION STRING FOR BASKET
  11. # Catalog.API entries
  12. CatalogBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
  13. CatalogSqlDb: Catalog SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
  14. CatalogAzureStorageEnabled : "TRUE"
  15. # Identity.API entries
  16. IdentitySqlDb: Identity SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
  17. # Locations.API entries
  18. LocationsBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
  19. LocationsNoSqlDb: Locations MongoDb ConnectionString
  20. LocationsNoSqlDbName: Locations MongoDb database (LocationsDb)
  21. # Marketing.API entries
  22. MarketingBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
  23. MarketingNoSqlDb: Marketing MongoDb ConnectionString
  24. MarketingNoSqlDbName: Marketing MongoDb database (MarketingDb)
  25. MarketingSqlDb: Marketing SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
  26. # Ordering.API entries
  27. OrderingBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
  28. OrderingSqlDb: Ordering SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
  29. GracePeriodManager_GracePeriodTime: "1"
  30. GracePeriodManager_CheckUpdateTime: "15000"
  31. # Payment.API entries
  32. PaymentBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
  33. # Global entries
  34. UseAzureServiceBus: "TRUE" IF USE AZURE SB ("FALSE" FOR USING RABBITMQ)
  35. keystore: REDIS CONNECTION STRING FOR KEYSTORE
  36. EnableLoadTest: "False"