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.

27 lines
1.1 KiB

  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: externalcfg
  5. labels:
  6. app: eshop
  7. data:
  8. basket__ConnectionString: basket-data
  9. catalog__ConnectionString: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word;
  10. catalog__AzureStorageEnabled: "False"
  11. identity__ConnectionString: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word;
  12. locations__ConnectionString: mongodb://nosql-data
  13. locations__Database: LocationsDb
  14. marketing__MongoConnectionString: mongodb://nosql-data
  15. marketing__MongoDatabase: MarketingDb
  16. marketing__ConnectionString: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word;
  17. ordering__ConnectionString: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;
  18. keystore: keystore-data
  19. GracePeriodManager__GracePeriodTime: "1"
  20. GracePeriodManager__CheckUpdateTime: "15000"
  21. all__EventBusConnection: rabbitmq
  22. all__InstrumentationKey: ""
  23. all__EnableLoadTest: "False"
  24. all__UseAzureServiceBus: "False"