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.

32 lines
1.1 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. CatalogAzureStorageEnabled: "False"
  13. IdentitySqlDb: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word;
  14. LocationsBus: rabbitmq
  15. LocationsNoSqlDb: mongodb://nosql-data
  16. LocationsNoSqlDbName: LocationsDb
  17. MarketingBus: rabbitmq
  18. MarketingNoSqlDb: mongodb://nosql-data
  19. MarketingNoSqlDbName: MarketingDb
  20. MarketingSqlDb: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word;
  21. OrderingBus: rabbitmq
  22. OrderingSqlDb: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;
  23. PaymentBus: rabbitmq
  24. UseAzureServiceBus: "False"
  25. EnableLoadTest: "False"
  26. keystore: keystore-data
  27. GracePeriodManager_GracePeriodTime: "1"
  28. GracePeriodManager_CheckUpdateTime: "15000"
  29. Instrumentation_Key: ""