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.

25 lines
1.0 KiB

  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: externalcfg
  5. labels:
  6. app: eshop
  7. data:
  8. BasketBus: rabbitmq
  9. BasketRedisConStr: basket-data
  10. CatalogBus: rabbitmq
  11. CatalogSqlDb: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word;
  12. IdentitySqlDb: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word;
  13. LocationsBus: rabbitmq
  14. LocationsNoSqlDb: mongodb://nosql-data
  15. LocationsNoSqlDbName: LocationsDb
  16. MarketingBus: rabbitmq
  17. MarketingNoSqlDb: mongodb://nosql-data
  18. MarketingNoSqlDbName: MarketingDb
  19. MarketingSqlDb: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word;
  20. OrderingBus: rabbitmq
  21. OrderingSqlDb: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;
  22. PaymentBus: rabbitmq
  23. GracePeriodTime: "1"
  24. GracePeriodCheckUpdateTime: "60000"
  25. UseAzureServiceBus: "False"
  26. keystore: keystore-data